Gcloud app部署npm安装包提取失败

时间:2016-07-06 13:24:44

标签: google-app-engine gcloud

我正在使用Google App Engine和解析服务器。

在本地,npm install和npm开始工作正常,但是当我尝试在app引擎上部署时,我收到此错误:

npm ERR! fetch failed https://registry.npmjs.org/intersect/-/intersect-1.0.1.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 502
npm ERR! Linux 3.19.0-61-generic
npm ERR! argv "/nodejs/bin/node" "/nodejs/bin/npm" "install" "--unsafe-perm"
npm ERR! node v4.3.2
npm ERR! npm  v2.14.12
npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! syscall read 

当我尝试转到https://registry.npmjs.org/intersect/-/intersect-1.0.1.tgz时,它会在我的计算机上下载该软件包。

我可以从我这边解决这个问题,还是完全在谷歌这边?

1 个答案:

答案 0 :(得分:1)

退房https://github.com/npm/npm/issues/13284,似乎是npm意识到并且正在修复的问题