I try updating my ionic cordova cli when i started getting issues installing the two package, but now ionic have been successfully installed and i have tried installing the
I just want to add an official answer to Swaminathan Vetri suggestion. Here's exactly what I did to resolve:
sudo npm cache clean
make sure to run with sudo
and then,
sudo npm install -g cordova
again make sure to run with sudo.
Thanks!
Here Is a ssl Error this error can be resolved using this piece of code Copy and paste this code to nodejs command promt npm set registry http://registry.npmjs.org/ 100% working Enjoy.
Thank you all for your answer, i have had the issues resolve from all of your contribution. This are the step i followed.
Thank your all for your time and contribution
For me, the version of nodejs was wrong.
I installed the older version of nodejs form here: https://nodejs.org/en/download/package-manager/
I had exactly the same issue during Cordova installation, but on Ubuntu 14.04.
sudo npm cache clean
Resolved my problem.
Hi Try cleaning you node cache by running
npm cache clean
then delete folder cordova.delete or cordova at the file location
C:\Users\USER\AppData\Roaming\npm\node_modules
and then search for PowerShell in run and open it.and type
npm install -g cordova
worked for me. and please try disabling your antivirus as well.