2016-07-06 18 views
0

私はパーサーサーバでGoogle App Engineを使用しています。ローカルGcloudアプリデプロイメントnpmインストールパッケージのフェッチに失敗しました

、NPMインストールとNPMスタート作業罰金を私はアプリエンジンに展開しようとすると、私はこのエラーを取得:私はhttps://registry.npmjs.org/intersect/-/intersect-1.0.1.tgzへ行くしようとすると、

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 

それは私のコンピュータ上でうまくパッケージをダウンロード。

私はこれを私の側から修正することができますか、これは完全にGoogleの側にありますか?

答えて

関連する問題