- Which platform do you have this bug in?
GNU/Linux x86_64
- What is the expected behavior?
Successful psc-package installation, command tried: npm i -g psc-package
- What is the actual behavior?
Installation fails with Error: connect ETIMEDOUT 140.82.118.3:443 (some github server)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1054:14)
- What would help fix this issue?
Using npm proxies during installation.
There are no problems with other packages (i.e. pulp) I suspect the root cause is corporate proxy and some script (install.js ?) trying to make connection without using it (proxy).
GNU/Linux x86_64
Successful psc-package installation, command tried: npm i -g psc-package
Installation fails with Error: connect ETIMEDOUT 140.82.118.3:443 (some github server)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1054:14)
Using npm proxies during installation.
There are no problems with other packages (i.e. pulp) I suspect the root cause is corporate proxy and some script (install.js ?) trying to make connection without using it (proxy).