Not able install cordova using npm install, please check below image for errors, please suggest any possible solutions.
I have the same issue, anyone know how to solve it?
You need to set proxy on npm like this:
npm config set proxy http://user:password@url:port
npm config set https-proxy http://user:password@url:port
npm config set strict-ssl false