bower is not recognised as an internal or external command

后端 未结 13 1255
野趣味
野趣味 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.

    0 讨论(0)
提交回复
热议问题