grunt-bower-requirejs icon indicating copy to clipboard operation
grunt-bower-requirejs copied to clipboard

Fatal error:spawn bower ENOENT

Open sm0king opened this issue 10 years ago • 0 comments

on windows when I used the command "grunt test" well be have this error

I change the file Gruntfile.js in line 100 var ls = spawn(process.platform === "win32" ? "bower.cmd" : "bower", ['install']);

it's no this error but it have more more error

sm0king avatar Sep 29 '15 09:09 sm0king