-
Notifications
You must be signed in to change notification settings - Fork 38
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
npm install fails for latest 0.5.0 release #413
Comments
I narrowed it down to the custom actions being done in
I see the node-gyp build step produces a Makefile that tries to call |
This is very strange. I added that action because without it, I wonder if I should just switch NPM publishing over to the |
Yea I think switching to the 'with-generated-files' branch, at least for publishing, is probably the easiest. If you release 0.5.0 on GitHub I'm happy to test that out before publishing it to npm. |
ok, just tagged the 0.5.0 release and updated the generated files branch. Let me know how your testing goes. I added a |
Sorry for the delay! I tried the
The |
I tried switching my local forked install back to the upstream 0.5.0 version you just released (thanks btw!), and now I'm getting this error:
Oddly this doesn't happen when I install the package locally with something like
"file:../
which I see is what thetest-npm-package
project is doing. Running both theinstall
andpostinstall
NPM scripts work for me too.The text was updated successfully, but these errors were encountered: