I am developing a project using Phonegap/Cordova version 5.4.1.
I have already created a project named "UnishKuri". Now I want to add some plugins, for example: Camera, Splash Screens.
The command that I have used is as follows:
cordova plugin add cordova-plugin-camera
but I am getting an error with the message
"Error: Failed to fetch plugin cordova-plugin-camera via registry.
Probably this is either a connection problem , or plugin spec is
incorrect. Check your connection and plugin name/version/URL".
Error: getaddrinfo EAI_AGAIN registry.npmjs.org:443.
I do have proper internet connection. Please do help me out. Thanks a lot in advance.