-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Rebuild with --no-bin-links option #869
Comments
Thanks :) |
@develar Thanks for maintaining this awesome package. After upgrading to Here is the full error: https://ci.appveyor.com/project/nteract/nteract/build/1.0.652/job/0ij1f4vrs2aaeg8o#L77 Keep up the great work 👍 |
npm must die, yarn FTW :( npm/npm#10776 ok, will be investigated. |
Env |
@develar Thank you a lot for the quick fix! |
I want to build in Jenkins (which runs inside docker on windows) therefor I need the --no-bin-links option in node. But when it does the
npm rebuild
part it fails because it is missing the --no-bin-links. Is there a way to add this option at build to fix this issue?The text was updated successfully, but these errors were encountered: