我正在使用Google App Engine和parse-server。
在本地,npm install和npm start工作正常,但是当我尝试在app engine上部署时,我得到了这个错误:
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时,它会在我的计算机上很好地下载软件包。
我能从我这边解决这个问题吗?还是完全站在谷歌这边?
https://stackoverflow.com/questions/38225199
复制相似问题