-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
Problem installing zeromq.js behind proxy #260
Comments
I have the same issue. My proxy is cntlm, and I have set But not working yet. |
The latest 6.0 beta release includes all prebuilds within the NPM package, so this should no longer be an issue. It would be great if you could try it out! The new version has a new API that addresses some fundamental issues with the previous API, but it does include a compatibility layer that should make upgrading easier. See #189 for the reasoning behind the new API. If you run into any problems feel free to report it here or in a new issue. |
Thanks! I'll try it out and will update here when I have a chance. |
Dear ZeroMQ.js Maintainers,
I've tried to setup a new project using zeromq.js from behind a proxy and failed.
npm install zeromq
The error occurred during the "install" phase.
from
package.json
"install": "node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild)"
I'm aware of the issue #115 which you resolved by using
prebuild-install
.This requires that my machine have
prebuild-install
installed globally, and working.At least on my machine, fresh Ubuntu 18.04 + Node 8.10.0 + npm 3.5.2, the pbi does not work.
And switching to
scripts/preinstall.js
also failed because it does not support proxy.The text was updated successfully, but these errors were encountered: