skip to Main Content

Installing Bower on Ubuntu

sudo apt-get install nodejs

installs nodejs

sudo apt-get install npm

installs npm

sudo npm install bower -g

installs bower via npm

This Post Has 0 Comments

Leave a Reply

Back To Top