bower is not recognised as an internal or external command

后端 未结 13 1362
野趣味
野趣味 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:26

    I resolved the issue my changing access rights of node.js folder. I gave Read-Write access to the file and issue resolved. node.js file path: C:\Program Files\nodejs

提交回复
热议问题