2017-10-02 13 views
0

私は生産packaを構築することができませんよge。アプリケーションの実行は問題なく完了し、同じことが 'dev'プロファイルでパッケージをビルドする場合も同じです。私は実行何らかの理由

プロジェクトのルートディレクトリに、私はこのエラーを取得する「\ mvnw -Pprodパッケージ。」:

[INFO] [17:15:22] Starting 'inject:vendor'... 
[INFO] [17:15:22] Starting 'ngconstant:prod'... 
[INFO] [17:15:22] Starting 'copy:languages'... 
[ERROR] events.js:160 
[ERROR]  throw er; // Unhandled 'error' event 
[ERROR]  ^
[ERROR] 
[ERROR] Error: File not found with singular glob: D:\GitHub\Agora\AgoraWeb\src\main\webapp\.htaccess 
[ERROR]  at Glob.<anonymous> (D:\GitHub\Agora\AgoraWeb\node_modules\glob-stream\index.js:41:11) 
[ERROR]  at Glob.g (events.js:292:16) 
[ERROR]  at emitOne (events.js:96:13) 
[ERROR]  at Glob.emit (events.js:188:7) 
[ERROR]  at Glob._finish (D:\GitHub\Agora\AgoraWeb\node_modules\glob-stream\node_modules\glob\glob.js:172:8) 
[ERROR]  at done (D:\GitHub\Agora\AgoraWeb\node_modules\glob-stream\node_modules\glob\glob.js:159:12) 
[ERROR]  at Glob._processSimple2 (D:\GitHub\Agora\AgoraWeb\node_modules\glob-stream\node_modules\glob\glob.js:652:12) 
[ERROR]  at D:\GitHub\Agora\AgoraWeb\node_modules\glob-stream\node_modules\glob\glob.js:640:10 
[ERROR]  at Glob._stat2 (D:\GitHub\Agora\AgoraWeb\node_modules\glob-stream\node_modules\glob\glob.js:736:12) 
[ERROR]  at lstatcb_ (D:\GitHub\Agora\AgoraWeb\node_modules\glob-stream\node_modules\glob\glob.js:728:12) 
[ERROR]  at RES (D:\GitHub\Agora\AgoraWeb\node_modules\inflight\inflight.js:31:16) 
[ERROR]  at f (D:\GitHub\Agora\AgoraWeb\node_modules\once\once.js:25:25) 
[ERROR]  at FSReqWrap.oncomplete (fs.js:123:15) 
[INFO] ------------------------------------------------------------------------ 
[INFO] BUILD FAILURE 
[INFO] ------------------------------------------------------------------------ 
[INFO] Total time: 25.257 s 
[INFO] Finished at: 2017-10-02T17:15:22+02:00 
[INFO] Final Memory: 38M/467M 
[INFO] ------------------------------------------------------------------------ 
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.4:gulp (gulp build) on project agora: Failed to run task: 'gulp build --no-notification' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1] 
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 
[ERROR] Re-run Maven using the -X switch to enable full debug logging. 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles: 
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 

は、私はそれが私に言っているものを理解し、私は.htaccessファイルが欠落しています私はこれまでにそれを必要としませんでした。私は最近、メインドライブからバックアップドライブにプロジェクトを移しました。それ以来、私はプロダクションパッケージを生成することができません。

私は一口がそれを必要とする空「の.htaccess」を作成した場合、私は、この他のエラーを取得:私はフル含め、多くのことを試してみました

[INFO] [17:21:43] Finished 'inject:app' after 2.94 s 
[INFO] [17:21:43] Starting 'inject:troubleshoot'... 
[INFO] [17:21:43] 'inject:troubleshoot' errored after 1.01 ms 
[INFO] [17:21:43] Error: Invalid glob argument: 
[INFO]  at Gulp.src (D:\GitHub\Agora\AgoraWeb\node_modules\vinyl-fs\lib\src\index.js:32:11) 
[INFO]  at Gulp.troubleshoot (D:\GitHub\Agora\AgoraWeb\gulp\inject.js:61:27) 
[INFO]  at module.exports (D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\lib\runTask.js:34:7) 
[INFO]  at Gulp.Orchestrator._runTask (D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\index.js:273:3) 
[INFO]  at Gulp.Orchestrator._runStep (D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\index.js:214:10) 
[INFO]  at Gulp.Orchestrator.start (D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\index.js:134:8) 
[INFO]  at runNextSet (D:\GitHub\Agora\AgoraWeb\node_modules\run-sequence\index.js:123:15) 
[INFO]  at Gulp.onTaskEnd (D:\GitHub\Agora\AgoraWeb\node_modules\run-sequence\index.js:101:4) 
[INFO]  at emitOne (events.js:101:20) 
[INFO]  at Gulp.emit (events.js:188:7) 
[INFO]  at Gulp.Orchestrator._emitTaskDone (D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\index.js:264:8) 
[INFO]  at D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\index.js:275:23 
[INFO]  at finish (D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\lib\runTask.js:21:8) 
[INFO]  at D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\lib\runTask.js:52:4 
[INFO]  at f (D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\node_modules\once\once.js:17:25) 
[INFO]  at DestroyableTransform.onend (D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\node_modules\end-of-stream\index.js:31:18) 
[INFO] [17:21:43] 'build' errored after 3.98 s 
[INFO] [17:21:43] Error in plugin 'run-sequence(inject:troubleshoot)' 
[INFO] Message: 
[INFO]  Invalid glob argument: 
[INFO] Stack: 
[INFO] Error: Invalid glob argument: 
[INFO]  at Gulp.src (D:\GitHub\Agora\AgoraWeb\node_modules\vinyl-fs\lib\src\index.js:32:11) 
[INFO]  at Gulp.troubleshoot (D:\GitHub\Agora\AgoraWeb\gulp\inject.js:61:27) 
[INFO]  at module.exports (D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\lib\runTask.js:34:7) 
[INFO]  at Gulp.Orchestrator._runTask (D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\index.js:273:3) 
[INFO]  at Gulp.Orchestrator._runStep (D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\index.js:214:10) 
[INFO]  at Gulp.Orchestrator.start (D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\index.js:134:8) 
[INFO]  at runNextSet (D:\GitHub\Agora\AgoraWeb\node_modules\run-sequence\index.js:123:15) 
[INFO]  at Gulp.onTaskEnd (D:\GitHub\Agora\AgoraWeb\node_modules\run-sequence\index.js:101:4) 
[INFO]  at emitOne (events.js:101:20) 
[INFO]  at Gulp.emit (events.js:188:7) 
[INFO]  at Gulp.Orchestrator._emitTaskDone (D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\index.js:264:8) 
[INFO]  at D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\index.js:275:23 
[INFO]  at finish (D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\lib\runTask.js:21:8) 
[INFO]  at D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\lib\runTask.js:52:4 
[INFO]  at f (D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\node_modules\once\once.js:17:25) 
[INFO]  at DestroyableTransform.onend (D:\GitHub\Agora\AgoraWeb\node_modules\orchestrator\node_modules\end-of-stream\index.js:31:18) 
[INFO] ------------------------------------------------------------------------ 
[INFO] BUILD FAILURE 
[INFO] ------------------------------------------------------------------------ 
[INFO] Total time: 17.220 s 
[INFO] Finished at: 2017-10-02T17:21:43+02:00 
[INFO] Final Memory: 36M/367M 
[INFO] ------------------------------------------------------------------------ 
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.4:gulp (gulp build) on project agora: Failed to run task: 'gulp build --no-notification' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1] 
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 
[ERROR] Re-run Maven using the -X switch to enable full debug logging. 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles: 
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 

(長い丸太のため申し訳ありませんが)

をレポの欠失およびそれを再びクローニングする。また、this answerに記載されているように、NPMのキャッシュをクリアしてみました。この時点で、私は他に何を試していいのかわかりません。

ありがとうございます!

+0

一度Windows上でノードがCにインストールされていたので、私は問題を得ました。どのバージョンのノード? –

+0

ノード6.11.3を使用しています。しかし、私はjhipsterがプロジェクトのディレクトリ内にローカルノードをインストールすることに気付きました。私はバックアップドライブにもノードを移動しようとします、助けてくれてありがとう! :) – VPerezQ

+0

実際にローカルノードがプロードビルドに使用されています –

答えて

0

私はこの問題を解決しました。 GaëlMarziouは、矛盾するバージョンのノードまたは麻薬を調べるために私を適切な方向に導いた。

ノードのさまざまなバージョンをテストした後、ローカルとグローバルの両方でgulpタスクを1つずつ無効にしようとしましたが、エラーメッセージが変更されたにもかかわらず本当に役に立ちませんでした。だから私はギャルプのバージョンをつぶすことを試みました、そして、それは答えでした。

私はpackage.jsonに以下の行を変更することで、私の問題を解決しました:

"gulp": "3.9.1", 

そして今、すべてが完璧に構築します。これに

"gulp": "^3.9.1", 

を。私は、同じドライブ上のすべてを入れて、それが働いた:,およびプロジェクトがDにあった:

はどうもありがとうございました:)

関連する問題