bower is not recognised as an internal or external command

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

    1. Open cmd
    2. Check bower is installed successfully:

      bower version -v If bower version showed then go to step 3, else execute:

      npm install -g bower to install bower

    3. Close and re-open cmd (to apply new environment variables)
    4. using CD command to navigate to folder that has bower.json file then run

      bower install DONE.

提交回复
热议问题