Pages

Wednesday 29 July 2015

Installing Bower in Linux Mint 17.2 Rafaela Easy Way!



Hey guys today i'm gonna show you how to install bower in your linux operating system ! Bower is basically a front-end dependency manager! So, for installing bower all you need to do is just go through these commands!

First you need to install nodejs and then it's package manager i.e npm(node package manager) like this



now use the node package manager i.e npm to install bower on your system like this



and this will do the job of installing bower into your system... One last step


That's it now check the version of bower by the following command


So, that's how you can install bower in your system!

5 comments:

  1. Thanks. The symbolic link step was tripping me and your blog helped!

    ReplyDelete
  2. Hi, it worked for nodejs and npm, thanks for that, but bower will not install for some reason. I get error: /usr/bin/env: node: no such file or directory

    ReplyDelete