yeoman/generator-gulp-webappのgulp buildでコケる
はじめに
generator-gulp-webappのgulp buildで下記のエラーが出る。
大概リポジトリから引っ張ってきて修正をかけたあと小一時間悩むのでメモ。
events.js:160
thrower; // Unhandled 'error' event
^
Error at new JS_Parse_Error (eval at <anonymous> (PATH\node_modules\uglify-js\tools\node.js:28:1), <anonymous>:1534:18)
対象
generator-gulp-webapp(v1.x)でscaffoldされたプロジェクト。v2.x以降(名前がgenerator-webappに変わってるよ!)では多分発生しないと思うよ。
どのバージョンのgeneratorでscaffoldされたか確認するときは、gulpfileの1行目に"generated on YYYY-MM-DD using generator-gulp-webapp x.x.x "のコメントがあるからそこを見てね。
なおしかた
package.json
- "gulp-if": "^1.0.5",
+ "gulp-if": "^2.0.2",
- "gulp-if": "^1.0.5",
+ "gulp-if": "^2.0.2",
package.jsonの修正後はnpm installを忘れずに。
Author And Source
この問題について(yeoman/generator-gulp-webappのgulp buildでコケる), 我々は、より多くの情報をここで見つけました https://qiita.com/zephyr7501/items/96a3b1dc9bce8d5abe76著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .