2017-02-22 8 views
1

jhipsterのWebサイトにあるインストールガイドに従っていますが、最初の手順を実行することはできません。ETIMEDOUT'ing on meです。それはGETリクエストの数百を作る開始し、最終的にサーバーが私に応じることを拒否ように見えますjhipster-generatorをインストールできない

[email protected] MINGW64 ~ 
$ yarn global add generator-jhipster 
yarn global v0.20.3 
[1/4] Resolving packages... 
warning generator-jhipster > yo > fullname > [email protected]: this package has been reintegrated into npm and is now out of date with respect to npm 
error An unexpected error occurred: "https://registry.yarnpkg.com/lodash: connect ETIMEDOUT 104.16.59.173:443". 
info If you think this is a bug, please open a bug report with the information provided in "C:\\Users\\apixandru\\AppData\\Local\\Yarn\\config\\global\\yarn-error.log". 
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command. 

[email protected] MINGW64 ~ 
$ yarn global add generator-jhipster 
yarn global v0.20.3 
[1/4] Resolving packages... 
warning generator-jhipster > yo > fullname > [email protected]: this package has been reintegrated into npm and is now out of date with respect to npm 
error An unexpected error occurred: "https://registry.yarnpkg.com/js-yaml: connect ETIMEDOUT 104.16.59.173:443". 
info If you think this is a bug, please open a bug report with the information provided in "C:\\Users\\apixandru\\AppData\\Local\\Yarn\\config\\global\\yarn-error.log". 
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command. 

[email protected] MINGW64 ~ 
$ yarn global add generator-jhipster 
yarn global v0.20.3 
[1/4] Resolving packages... 
warning generator-jhipster > yo > fullname > [email protected]: this package has been reintegrated into npm and is now out of date with respect to npm 
error An unexpected error occurred: "https://registry.yarnpkg.com/html-wiring: connect ETIMEDOUT 104.16.62.173:443". 
info If you think this is a bug, please open a bug report with the information provided in "C:\\Users\\apixandru\\AppData\\Local\\Yarn\\config\\global\\yarn-error.log". 
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command. 

(時には異なるURLで)私は今、それを約30倍を実行しているTRED、それが失敗し続けています。私は私が何百もの要求に私が

https://paste.ubuntu.com/24048741/

+1

ファイアウォールの背後にいますか?あなたのブラウザからhttps://registry.yarnpkg.com/generator-jhipsterにアクセスできますか? 'npm install -g generator-jhipster'を使ってjhipstrerをインストールしようとしましたか? –

+0

さらに詳しい情報を提供する必要がありますか、他のパッケージに問題があるのですか?もう少しそれをトラブルシューティングしてください。 – cinnaroll45

+0

@GaëlMarziou私は何が起こっているの完全な出力と元のポストにリンクを入れます。それは多くの要求をするように始まるように思われるが、最終的にサーバーが私の上にハングhttps://paste.ubuntu.com/24048741/ – Alexandru

答えて

0

を再試行するたびに、私は同じエラーを経験していたを実行する必要はありませんので、これらの応答は、私の場合はそれがあったそれで、ローカルにキャッシュされていない理由を得ることはありませんDockerコンテナからyarn addにしようとしているときだけです。

Dockerを再起動すると問題が解決しました。

関連する問題