NPM fetch failed

后端 未结 1 1847
名媛妹妹
名媛妹妹 2021-01-03 05:24

Here\'s a quick one:

npm install socket.io

npm http GET https://registry.npmjs.org/socket.io
npm http 304 https://registry.npmjs.org/socket.io
npm http GET          


        
相关标签:
1条回答
  • 2021-01-03 06:02

    https://twitter.com/addy_osmani/status/234565967101972481 <-- see this conversation. I think many people are having trouble today :/

    solution: https://github.com/mmalecki/npm-proxy <-- NPM proxy

    or use: npm install <module> --registry http://165.225.128.50:8000

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