Hi I\'m trying to install Grunt on Windows 7 64 bit. I have installed Grunt using commands
npm install -g grunt npm install -g grunt-cli
I got the same issue, but i solved it with changing my Grunt.js to Gruntfile.js Check your file name before typing grunt.cmd on windows cmd (if you're using windows).