LoginSignup
0
0

More than 5 years have passed since last update.

JHipsterをWindow7 32bitで動かす時ぶつかった問題

Posted at

作成中にハマったこと

PROXY設定

作成完了後実行したら、repository見つからないのようなメッセージが表示されて終わる。

Exception in thread "main" java.net.UnknownHostException: repo.maven.apache.org

原因はmvnwのプロキシ設定してなかったため。

対応方法はこのリンクにある。

Error: getaddrinfo ENOTFOUND selenium-release.storage.googleapis.com selenium-release.storage.googleapis.com:443

環境変数にHTTP_PROXYを追加で解決できた。

そのほかエラー

node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js "--config" "webpack/webpack.dev.js" "--progress" "--inline" "--profile" "--port =9060"

package.jsonファイルから「--max_old_space_size=4096」を「--max_old_space_size=2048」にしたら問題なく通った。ちなみに32bitマシーンだったので、この問題にぶつかったと思う。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0