s*****w 发帖数: 1527 | 1 不断要手动改permission,
是不是grunt已经被淘汰了? | p*a 发帖数: 592 | 2 grunt坟头早已长草几尺,后来还有gulp也死了,现在主打webpack,我觉得也要死,太
几把复杂。前端鸟人一天到晚reinvent wheels,吃饱了撑的
【在 s*****w 的大作中提到】 : 不断要手动改permission, : 是不是grunt已经被淘汰了?
| s*****w 发帖数: 1527 | 3 我正在struggle这个,都是泪,都是泪。
The Gruntfile is using terser-webpack-plugin 4.8.0. webpack 4.46.0. We use "
Gruntfile compile" to generate output.js.
I have a clean folder, fresh git clone of the source, generates output.js.
Consume it in front end code, it's causing errors doesn't make sense, e.g.
sth. like "e is not a function"
Now coworker does the same thing, run it in the same environment, everything
works fine. Both his and mine are MacOS.
【在 p*a 的大作中提到】 : grunt坟头早已长草几尺,后来还有gulp也死了,现在主打webpack,我觉得也要死,太 : 几把复杂。前端鸟人一天到晚reinvent wheels,吃饱了撑的
| p*a 发帖数: 592 | 4 你有可能缺一些npm的package,比较一下你的机器上和你同事的机器上npm list的
output,如果一样,再比一下npm list -g
"
everything
,太
【在 s*****w 的大作中提到】 : 我正在struggle这个,都是泪,都是泪。 : The Gruntfile is using terser-webpack-plugin 4.8.0. webpack 4.46.0. We use " : Gruntfile compile" to generate output.js. : I have a clean folder, fresh git clone of the source, generates output.js. : Consume it in front end code, it's causing errors doesn't make sense, e.g. : sth. like "e is not a function" : Now coworker does the same thing, run it in the same environment, everything : works fine. Both his and mine are MacOS.
| s*****w 发帖数: 1527 | 5 same package.json, also package-lock.json is checked in as well
【在 p*a 的大作中提到】 : 你有可能缺一些npm的package,比较一下你的机器上和你同事的机器上npm list的 : output,如果一样,再比一下npm list -g : : " : everything : ,太
| c******n 发帖数: 16666 | 6 你让他把node_modules备份一下 然后删了 再重头试试? 说不定他那个也崩
"
everything
【在 s*****w 的大作中提到】 : 我正在struggle这个,都是泪,都是泪。 : The Gruntfile is using terser-webpack-plugin 4.8.0. webpack 4.46.0. We use " : Gruntfile compile" to generate output.js. : I have a clean folder, fresh git clone of the source, generates output.js. : Consume it in front end code, it's causing errors doesn't make sense, e.g. : sth. like "e is not a function" : Now coworker does the same thing, run it in the same environment, everything : works fine. Both his and mine are MacOS.
|
|