-
Notifications
You must be signed in to change notification settings - Fork 86
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
How to install pulsar-client without internet access #289
Comments
You can download a binary file through a mirror instead of https://dist.apache.org/repos/dist/release/pulsar/pulsar-client-node/ by setting
If you want to fetch a binary file from local
Currently, npm config argument cant't be used because module_name of pulsar-client include uppercase letter.
npm will use npm_config_pulsar_binary_host_mirror for the environment variable name even if running https://github.com/mapbox/node-pre-gyp#download-binary-files-from-a-mirror |
I created a PR with the module_name renamed from Pulsar to pulsar. From a version containing the PR above, please run
|
@hrsakai By the way, can I pass the user and password for a mirror site? |
@Roy-Park |
There is a limitation in my build system to access the internet.
We use the private proxy repository (JFrog) in intranet instead of the public npm repository.
I got the error when I try to install the [email protected] package.
Because it tries to get the C++ library from the internet.(https://dist.apache.org/repos/dist/release/pulsar/pulsar-client-node/)
Is there any way to configure this URL as a my own or local path?
The text was updated successfully, but these errors were encountered: