I tried to add the android platform to my project, but I got an error:
~/learn/hello$ cordova platform add android
npm http GET https://registry.npmjs.org/cordova-android/4.0.0
npm http 401 https://registry.npmjs.org/cordova-android/4.0.0
Unable to fetch platform android: Error: unauthorized Name or password is incorrect.: cordova-android/4.0.0
I wonder why this is happening Cordoba version 5.0.0, Phone version 5.0.0-0.27.1
source
share