Issue
I want to run a grunt.js file inside a folder that is inside a netbeans project.
Test 1:
when I check if grunt is working correct in c:\Users\someuser
: grunt -v
it gets me the grunt version info.
Test 2:
when Im inside the project folder with grunt inside
c:\wamp\www\project\grunt\
(with grunt.js inside)
I run grunt
or grunt -v
(just for testing and I get this)
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.**
What can I do to fix this?
Thank you
Solution
fixed. My mistake. Mi grunt file was Grunt.js not Gruntfile.js
Answered By - Jose Faro
Answer Checked By - Cary Denson (JavaFixing Admin)