首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Gcloud app部署npm安装包获取失败

Gcloud app部署npm安装包获取失败
EN

Stack Overflow用户
提问于 2016-07-06 21:24:44
回答 0查看 224关注 0票数 1

我正在使用Google App Engine和parse-server。

在本地,npm install和npm start工作正常,但是当我尝试在app engine上部署时,我得到了这个错误:

代码语言:javascript
复制
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时,它会在我的计算机上很好地下载软件包。

我能从我这边解决这个问题吗?还是完全站在谷歌这边?

EN

回答

页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/38225199

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档