gruntjs - grunt not installing properly for the commands -


enter image description here

the cursor continuously rotating longer time. have tried

sudo npm install -g grunt-cli , npm install -g grunt-cli

but both of them not working. please suggest.

are using proxy server in environment? if so, need exec command below make npm use proxy server

npm config set proxy http://proxy-url:port


Comments