Issues installing Cordova (behind proxy error) using npm install

Not able install cordova using npm install, please check below image for errors, please suggest any possible solutions.

image

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