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

Just because a package has a preinstall doesn't mean it doesn't have a gypfile #99

Open
gabrielschulhof opened this issue Apr 18, 2016 · 0 comments

Comments

@gabrielschulhof
Copy link

Related issues:

npm/npm#12133
npm/normalize-package-data#75

This package also makes the assumption that the presence of a preinstall script means that the package does not use a gyp file and that the default install script for such a package (node-gyp rebuild) does not need to be run.

This is an unnecessary assumption and one that breaks my package.

In my tests, when I remove this assumption, my package builds fine. Would it be possible to remove this assumption?

@lukekarrys lukekarrys transferred this issue from npm/read-package-json May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant