npm ERR! network If you are behind a proxy

This is a problem related to network connectivity. In most cases you are behind a proxy or have bad network settings. If you are behind a proxy, please make sure that the ‘proxy’ config is set properly. See: ’npm help config’

please set your npm proxy using: npm config set proxy http://<proxy.company.com>: npm config set https-proxy http://<proxy.company.com>:

example:

npm config set proxy http://proxy.company.com:8080
npm config set https-proxy http://proxy.company.com:8080