bower is not recognised as an internal or external command

后端 未结 13 1350
野趣味
野趣味 2020-12-05 03:57

I have successfully installed nodejs, and express framework, however I downloaded bower via

npm install -g bower

which ran successfully.

13条回答
  •  感情败类
    2020-12-05 04:49

    I solved this issue using command

    $ npm install -g bower
    

    make sure -g exist in command.

    I am using os Window10.

提交回复
热议问题