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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -