-
Notifications
You must be signed in to change notification settings - Fork 39
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
Build fails when using --no-bin-links
#79
Comments
fwiw, adding |
In the case of |
ok. I was trying to avoid I think perhaps some additional testing around |
IMO use of |
Hi there.
We have a private enterprise repo where we have to use
--no-bin-links
due to how our CI caching layer works (bin links can lead to hanging symlinks that blow up on us).When running
npm i
, everything is happy. Adding--no-bin-links
, and we get traces like so:sorry if there's some additional debugging info that should be provided; I do general devops, and am helping our web team fix this build error ("it works on my machine, but dies in CI [because we enforce --no-bin-links in CI]").
The text was updated successfully, but these errors were encountered: