Skip to content
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

Stop bundling node-pre-gyp to allow for upgrades #759

Merged
merged 1 commit into from
Apr 19, 2016

Conversation

reconbot
Copy link
Member

@reconbot reconbot commented Apr 19, 2016

  • The latest and greatest recommendation from node-pre-gyp
  • Stops issues when people have different node-pre-gyp’s installed already

closes #753

 - The latest and greatest recommendation from node-pregyp
 - Stops issues when people have different node-pre-gyp’s installed already
@reconbot
Copy link
Member Author

I also tested this as a dependency of another project via the github/project#branch source method and had no issues.

@reconbot reconbot merged commit 73509e3 into master Apr 19, 2016
@reconbot reconbot deleted the node-pre-gyp-update branch April 19, 2016 21:51
@@ -87,6 +83,7 @@
},
"license": "MIT",
"scripts": {
"preinstall": "npm install node-pre-gyp node-pre-gyp-github",
"install": "node-pre-gyp install --fallback-to-build",
"rebuild": "npm rebuild && node-pre-gyp rebuild",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm curious: why are you overriding rebuild that way?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was unintentional

reconbot added a commit that referenced this pull request Jul 24, 2018
- The latest and greatest recommendation from node-pre-gyp
- Stops issues when people have different node-pre-gyp’s installed already
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Remove node-pre-gyp as a bundled dependency and use preinstall script instead
2 participants