Installing Bower on Ubuntu

前端 未结 8 1121
孤城傲影
孤城傲影 2021-01-29 17:50

I\'m trying to install Bower on XUbuntu 13.10, following the instructions on the Bower home page, after doing sudo apt-get install npm and sudo npm install -g

8条回答
  •  抹茶落季
    2021-01-29 18:03

    Ubuntu 16.04 and later

    Bower is a package manager primarily for (but not limited to) front-end web development. In Ubuntu 16.04 and later Bower package manager can be quickly and easily installed from the Ubuntu Software app. Open Ubuntu Software, search for "bower" and click the Install button to install it. In all currently supported versions of Ubuntu open the terminal and type:

    sudo snap install bower --classic
    

提交回复
热议问题