gulp-grunt icon indicating copy to clipboard operation
gulp-grunt copied to clipboard

Unable to run

Open aneesv opened this issue 9 years ago • 2 comments

Why its given gruntCliDir + to spawn at spawn( gruntCliDir + gruntCmd, args, {cwd: cwd} );

On providing a base its trying to execute /grunt which gives error , on removing gruntCliDir + its working fine

aneesv avatar Dec 16 '15 13:12 aneesv

Agreed, the base is set elsewhere (grunt.file.setBase(cwd);) so there doesn't seem to be a reason to prepend the path here?

cellistlondon avatar Jan 12 '16 14:01 cellistlondon

:+1:

Error: spawn C:\Users\blabla/grunt.cmd ENOENT

nweldev avatar Jan 26 '16 17:01 nweldev