Manually installing NPM packages

后端 未结 5 606
一个人的身影
一个人的身影 2021-01-02 02:47

I used the node windows installer v0.8.3 to install nodejs. When I try to install express like this:

npm install express

It\'s not working

5条回答
  •  渐次进展
    2021-01-02 03:41

    express itself has a lot of dependencies which I believe npm also tries to retrieve if you issue npm install. I think you should just configure proxy properly => http://jjasonclark.com/how-to-setup-node-behind-web-proxy?

提交回复
热议问题