-
Notifications
You must be signed in to change notification settings - Fork 2.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
Yarn randomly deletes the native bindings for leveldown #2619
Comments
I should note that, though it is the same library, it doesn't seem to be the same issue in #2496 as there is no build failure and I can run a clean build and it will work. |
I've seen a similar issue, but with I've attached three files:
From here, it's pretty clear that yarn decided to delete the bcrypt node binding, but I don't have the time or yarn expertise to tell what the root cause is. find before yarn.txt |
Oh yeah, I'm on yarn 0.21.2. |
This should be fixed by #3224. |
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Occasionally after upgrading packages, yarn appears to delete native bindings for leveldown. I get this error:
One potential issue could be that this error happens on docker on our CI build, but we set the
--cache-folder
to a mounted volume, so it and the node_modules persist.What is the expected behavior?
Yarn does not delete native bindings on a
yarn install
Please mention your node.js, yarn and operating system version.
Node 6.9.0
Yarn 0.19.1
Ubuntu 14
The text was updated successfully, but these errors were encountered: