-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install psc-package using npm #155
Comments
This is the installation script https://github.com/justinwoo/npm-psc-package-bin-simple/blob/e0fd9bbd108b93079159dcdd1d60dd562c6959ba/install.js npm package page: https://www.npmjs.com/package/psc-package |
OK, I've managed to install it. My modified install.js, looks like this.
I've followed https://www.npmjs.com/package/https-proxy-agent documentation. Thanks. |
Cool, will have to try applying this later. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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).
The text was updated successfully, but these errors were encountered: