I am trying to set grunt
for my node.js
project and I have followed below steps:
1)I have installed node.js
and it is working fine.
2)Installed git
.
3)Installed grun
by running: npm install -g grunt-cli
.
C:\Users\user\Downloads\bpost-gs-api-1.1.1>npm install -g grunt-cli
C:\Users\user\AppData\Roaming\npm\grunt -> C:\Users\891153\AppData\Roaming\npm\node_modules\grunt-cli\bin\grunt
C:\Users\user\AppData\Roaming\npm
`-- grunt-cli@1.2.0
Now I have run the cmd grunt -version
, I got below error:
grunt
is not recognized as an internal or external command, operable program or batch file.
Can you please help me to set up grunt
for my project. How to setup variable env
and how to setup path etc.
Appreciate your help