由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 在debian/ubuntu上,九牛二虎之力才装上grunt
进入Programming版参与讨论
1 (共1页)
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.

1 (共1页)
进入Programming版参与讨论