npm error: tunneling socket could not be established, cause=connect ETIMEDOUT npm error: tunneling socket could not be established, cause=connect ETIMEDOUT heroku heroku

npm error: tunneling socket could not be established, cause=connect ETIMEDOUT


Removing the proxy settings resolved the issue:

npm config rm proxy
npm config rm https-proxy


npm config set registry=http://registry.npmjs.org/ npm config set strict-ssl false

It's worked for me!