-
Notifications
You must be signed in to change notification settings - Fork 517
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
Allow using an enterprise artifactory. #647
Conversation
The small change in node-pre-gyp will allow to use a single .npmrc variable to host binary requisites for many packages in one enterprise artifactory. |
Reverting to a deep remote path will block the usage of |
By "deep" remote paths I meant not ignoring any part of The suggested change in
The install behaviour of these packages will change from erasing the root path in Existing versions of https://github.com/kelektiv/node.bcrypt.js/blob/v2.0.1/package.json |
@ilatypov I'm considering using https://github.com/prebuild/prebuild. Will it be able to solve your use case? See the |
Revert to using a deep path so that the local artifactory can host gyp binaries of different packages. A small change in node-pre-gyp will allow to use a single .npmrc variable to host binary requisites for many packages in one enterprise artifactory. mapbox/node-pre-gyp#416
Revert to using a deep remote path so that the local artifactory can host gyp binaries of different packages.