New Grunt user here who is using a lot of new tools (npm nodejs) today.
I\'ve got Grunt \"installed\" and have been able to create a grunt.js file using the init tas
As Florian F suggested, running grunt.cmd works. This is because of the process Windows is looking for your grunt command.
When typing grunt -h Windows will proceed to look for the following files:
An alternative to using "grunt.cmd" is to use grunter which simply renames the command to grunter... then you no longer have this problem.