Reputation: 25
I am getting this error while installing Cordova.
I am not behind any proxy, using dongle as internet connection.
Upvotes: 1
Views: 57
Reputation: 938
try running the command
npm cache clean
and then re-install the package by running
npm install -g cordova
And make sure you are running cmd prompt with admin rights.
All of the above is not working then downgrade the node version and give a try
Hope it will help you.
Upvotes: 0
Reputation: 938
The Error you are getting because of bad network connectivity, try to install with faster network, you won't get this problem.
Upvotes: 1