执行npm install module-name --save
无论安装什么,它都会失败。
如果我在package.json
中指定它,它将失败。然后为整个项目运行npm install
。
也发布了类似的问题
NPM doesn't install any modules: network socket hangs up
NodeJS - What does "socket hang up" actually mean?
但不幸的是,它对我不起作用。另外,npm install
对于我的其他项目也可以。
我的环境:npm v6.4.1,node.js v10.10.0无服务器v1.28.0
感谢任何形式的帮助。
这是我的控制台中的日志消息:
> spawn-sync@1.0.15 postinstall /Users/pro/node_modules/spawn-sync
> node postinstall
> serverless@1.28.0 postinstall /Users/pro/node_modules/serverless
> node ./scripts/postinstall.js
Error: socket hang up
at createHangUpError (_http_client.js:322:15)
at TLSSocket.socketOnEnd (_http_client.js:425:23)
at TLSSocket.emit (events.js:187:15)
at TLSSocket.EventEmitter.emit (domain.js:442:20)
at endReadableNT (_stream_readable.js:1092:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
npm WARN cognito-backend@1.0.0 No description
npm WARN cognito-backend@1.0.0 No repository field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! serverless@1.28.0 postinstall: `node ./scripts/postinstall.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the serverless@1.28.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
答案 0 :(得分:0)