Bjornej / GruntLauncher

A vspackage that adds the possibility to launch Grunt tasks
MIT License
40 stars 11 forks source link

'grunt' is not recognized as an internal or external command #31

Closed MuadDib closed 9 years ago

MuadDib commented 9 years ago

Hi, I'am trying to get GruntLuncher to work with VS2013 Update 4, but am getting following error: Executing Grunt 'grunt' is not recognized as an internal or external command, operable program or batch file.

In Grunt submenu when I right click on Gruntfile.js I can only see Grunt Grunt: Cannot pars Gruntfile

If you need gruntfile.js you can find it on: https://drive.google.com/file/d/0B86xcia5oXnTa3pqUE1zcWpNUXc/view?usp=sharing

Bjornej commented 9 years ago

Hi

the problem you are facing is twofold:

  1. grunt seems not to be available on the command line. Verify that you have installed it globally by running npm install -g grunt-cli and trying to execute it from the command line
  2. your gruntfile relies on loading other files to load configurations and this is not supported by the parser but you can try this test version to see if it works because it relies on the output produced by the grunt command