Fatal error: Unable to find local grunt.

https://stackoverflow.com/questions/15483735/fatal-error-unable-to-find-local-grunt-when-running-grunt-command
 

npm install grunt --save-dev

 
 
Or NPM install installs dependencies in package.JSON by default

Read More: