I tried to install apache cordava using npm command "npm install -g cordava". Every time it shows error 404 cordava not present in npm registry. How to fix this and install latest version of Cordova?
Asked
Active
Viewed 36 times
0
-
1Just a thought: I see you typoed "cordova" as "cordava" in a couple places, could this be the cause? – jhhoff02 Jul 22 '16 at 12:01
-
It's CORDOVA not cordava, try again and let us know if where was the problem – Kirankumar Dafda Jul 22 '16 at 12:03
-
Thanks u so much @jhh0off02.. It solved my problem and after two days of trying to install I finally got it installed – imrankay Jul 22 '16 at 12:04
-
Thanks u guys. Idid not expect this fast reply. Anyway u guys solved my problem. – imrankay Jul 22 '16 at 12:05
2 Answers
0
Please correct spelling cordava
to cordova
and use following command npm install -g cordova.
Please make sure you install node.js
. Also if you get problem again then open terminal as administrative permission and run the command again

Rajibul Islam
- 1
- 1