0

我将我的项目从 ubuntu 移动到 windows,并且 requirejs 插件不起作用!

我只是更改nodejs路径

<nodeExecutable>C:/Program Files/nodejs/node</nodeExecutable>

行家返回这个

[ERROR] Failed to execute goal com.github.mcheely:requirejs-maven-plugin:2.0.0:o
ptimize (default) on project interactBack: r.js exited with an error. -> [Help 1
]   

我已经通过 cmd 测试了我的项目,它很有趣!

node r.js -o app.build.js

有什么问题?</p>

4

1 回答 1

0

我得到答案!

正如作者所说

nodeExecutable

An optional path to a nodejs executable. This should not be needed if node is in 
the system path as 'node' or 'nodejs';

所以,只需删除标签。

于 2013-10-15T08:41:26.537 回答