我想在netbeans项目中的文件夹中运行grunt.js文件。
测试1:
当我在c:\Users\someuser
中检查grunt是否正常工作时:grunt -v
它让我获得了咕噜声的版本信息。
测试2:
当我在项目文件夹里面用咕噜声在里面
c:\wamp\www\project\grunt\
(里面有grunt.js)
我运行grunt
或grunt -v
(仅用于测试,我得到了这个)
The launcher has determined that the parent process has a console and will reuse
it for its own console output.
Closing the console will result in termination of the running program.
Use '--console suppress' to suppress console output.
Use '--console new' to create a separate console window.**
我该怎么做才能解决这个问题?
谢谢
答案 0 :(得分:1)
固定。我的错。 Mi grunt文件是Grunt.js而不是Gruntfile.js
答案 1 :(得分:-1)
启动器已确定父进程具有控制台,并将其重用于其自己的控制台输出。 关闭控制台将导致正在运行的程序终止。 使用“ --console抑制”来抑制控制台输出。 使用'--console new'创建一个单独的控制台窗口。