gulp-grunt
gulp-grunt copied to clipboard
Unable to run
Why its given gruntCliDir +
to spawn at
spawn( gruntCliDir + gruntCmd, args, {cwd: cwd} );
On providing a base its trying to execute gruntCliDir +
its working fine
Agreed, the base is set elsewhere (grunt.file.setBase(cwd);
) so there doesn't seem to be a reason to prepend the path here?
:+1:
Error: spawn C:\Users\blabla/grunt.cmd ENOENT