I have successfully installed nodejs, and express framework, however I downloaded bower via
npm install -g bower
which ran successfully.
Check bower is installed successfully:
bower version -v If bower version showed then go to step 3, else execute:
npm install -g bower to install bower
using CD command to navigate to folder that has bower.json file then run
bower install DONE.