0
http://www.jhipster.tech/installation/の手順に従って、 "npm"とアプリケーションを作成するための手順を使用してJHipsterをインストールしますが、次の手順ではスタックしません。何もない(いなくてもすべてのエラー)は、この後に起こるJHipsterアプリケーション生成スタック
$>jhipster
....
....
....
favicon.ico 5.43 kB [emitted]
robots.txt 239 bytes [emitted]
index.html 1.13 kB [emitted]
[./node_modules/css-loader/index.js!./node_modules/postcss-loader/lib/index.js!./node_modules/sass-loader/lib/loader.js!./src/main/webapp/content/scss/global.scss] ./node_modules/css-loader!./node_modules/postcss-loader/lib!./node_modules/sass-loader/lib/loader.js!./src/main/webapp/content/scss/global.scss
5.22 kB {3} [built]
[] -> factory:437ms building:14601ms = 15038ms
[./src/main/webapp/app/admin/admin.module.ts] ./src/main/webapp/app/admin/admin.module.ts 2.78 kB {2} [built]
[] -> factory:62ms building:515ms dependencies:141ms = 718ms
[./src/main/webapp/app/app.constants.ts] ./src/main/webapp/app/app.constants.ts 651 bytes {2} [built]
[] -> factory:624ms building:156ms = 780ms
[./src/main/webapp/app/app.main.ts] ./src/main/webapp/app/app.main.ts 599 bytes {2} [built]
factory:546ms building:7940ms = 8486ms
[./src/main/webapp/app/app.module.ts] ./src/main/webapp/app/app.module.ts 2.87 kB {2} [built]
[] -> factory:62ms building:172ms = 234ms
[./src/main/webapp/app/blocks/config/prod.config.ts] ./src/main/webapp/app/blocks/config/prod.config.ts 391 bytes {2} [built]
[] -> factory:94ms building:171ms dependencies:640ms = 905ms
[./src/main/webapp/app/blocks/config/uib-pagination.config.ts] ./src/main/webapp/app/blocks/config/uib-pagination.config.ts 1.57 kB {2} [built]
[] -> factory:62ms building:281ms dependencies:343ms = 686ms
[./src/main/webapp/app/blocks/interceptor/http.provider.ts] ./src/main/webapp/app/blocks/interceptor/http.provider.ts 1.6 kB {2} [built]
[] -> factory:62ms building:453ms dependencies:203ms = 718ms
[./src/main/webapp/app/entities/entity.module.ts] ./src/main/webapp/app/entities/entity.module.ts 1.36 kB {2} [built]
[] -> factory:62ms building:546ms dependencies:63ms = 671ms
[./src/main/webapp/app/home/home.module.ts] ./src/main/webapp/app/home/home.module.ts 1.56 kB {2} [built]
[] -> factory:62ms building:390ms dependencies:1560ms = 2012ms
[./src/main/webapp/app/layouts/index.ts] ./src/main/webapp/app/layouts/index.ts 618 bytes {2} [built]
[] -> factory:640ms building:124ms = 764ms
[./src/main/webapp/app/polyfills.ts] ./src/main/webapp/app/polyfills.ts 2.63 kB {1} [built]
factory:46ms building:8362ms = 8408ms
[./src/main/webapp/app/vendor.ts] ./src/main/webapp/app/vendor.ts 284 bytes {2} [built]
[] -> factory:47ms building:234ms = 281ms
[./src/main/webapp/content/scss/global.scss] ./src/main/webapp/content/scss/global.scss 1.38 kB {3} [built]
factory:546ms building:62ms = 608ms
[./src/main/webapp/manifest.webapp] ./src/main/webapp/manifest.webapp 61 bytes {1} [built]
[] -> factory:562ms dependencies:0ms building:1216ms = 1778ms
+ 896 hidden modules
私は勝つ7(x64)の、ノード8.9.1、5.5.1 NPM Jhipster 4.10.2、およびJava 8を使用しています
ありがとうございます。これはビルドを完了させるのに役立ちましたが、今は別の問題があります。アプリケーションはエラーなしで正常に動作しますが、localhost:8080に空白のページが表示されます。実行中の糸を試してみたところ、依存関係は正しく解決されていますが、空白のページはそのまま残ります。私はこの問題のために別のスレッドを作成します。 –