Devraj Gupta
Devraj Gupta

Reputation: 339

How to install grunt in windows globally?

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

Answers (1)

Devraj Gupta
Devraj Gupta

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

Related Questions