Error: bower is not recognised as an internal or external command

0 votes
423 views
added Feb 14, 2018 in Node JS by LC Marshal Captain (25,770 points)

Simply install bower to your machine:

$ npm install -g bower

...