bower command not found

Try to remove your bower like

npm remove bower

Then reinstall it using admin account

sudo npm install -g bower

Hope that help.


If you have already installed bower and you are getting command not found error, try this.(else run npm install -g bower)

1.) Goto command prompt.

2.) And run this cmd: set PATH=%PATH%;C:\Users\ "Your username" \AppData\Roaming\npm (Please do not forget to replace your username in the command).

3.) Now the system will be able to find bower and you can install anything you want! :-)