(Using Cordova 6.0.0)
I have the following plugin definition in my config.xml:
<plugin name="cordova-plugin-device" spec="~1.1.0"/>
When I try to install my android platform, I receive the following error:
npm http GET http://registry.cordova.io/cordova-plugin-device
Fetching from npm failed: connect ETIMEDOUT
When I checked the website, it is indeed down - there's nothing there - and the cordova repository mentioned in the documentation is plugins.cordova.io.
What is the problem? Should I redirect the cordova repository somewhere else somehow?