Hudda
Hudda

Reputation: 25

Error in installing Cordova

I am getting this error while installing Cordova.

enter image description here

I am not behind any proxy, using dongle as internet connection.

Upvotes: 1

Views: 57

Answers (2)

Naresh Kumar
Naresh Kumar

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

Naresh Kumar
Naresh Kumar

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

Related Questions