Reputation: 339
Windows :npm install -g grunt-cli
Windows :npm install grunt-contrib-jshint --save-dev
Windows :grunt
grunt command not found
How to install grunt locally and globally on windows system.
Upvotes: 1
Views: 1585
Reputation: 339
In windows we need to register the path in the windows environment variables:-
C:\Users\Username\AppData\Roaming\npm
Close and open terminal(cmd,git-bash,etc)
Upvotes: 1