I have successfully installed nodejs, and express framework, however I downloaded bower via
npm install -g bower
which ran successfully.
I solved this issue using command
$ npm install -g bower
make sure -g exist in command.
-g
I am using os Window10.