0

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?

imrankay
  • 11
  • 8

2 Answers2

1

Use this command npm install -g cordova instead of npm install -g cordava.

Homen
  • 1,222
  • 1
  • 12
  • 16
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