npm install does nothing - how make it work?

前端 未结 5 1647
萌比男神i
萌比男神i 2021-01-17 15:07

I have a trouble with npm and I haven\'t found solution in web.

Today I wanted to start my adventure with nodejs, npm, bower etc.

I use Windows 8.1.

5条回答
  •  别那么骄傲
    2021-01-17 15:32

    I had some issues with the npm install bower -g aswell but try this command:

    npm install bower --global
    

    this one worked for me

提交回复
热议问题