-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Bug] Error: ENOTDIR: not a directory, rmdir './node_modules' #4326
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
Comments
@larixer Thanks, this definitely fixed the error but there is still a problem. It still creates a new |
@joker-777 Hmm, okay, I see that something is not right, I will take a look and reply later. |
@larixer I'm updating right now my example app and there it somehow works. I'll keep investigating. |
@larixer Sorry for may false alarm. Everything works. Do know when you guys will publish a new version? |
We're currently working on the next major, and cherry-picks are reserved to critical bugfixes. Will take some time. |
The fix has been backported and released in v3.2.1 |
Uh oh!
There was an error while loading. Please reload this page.
Self-service
Describe the bug
Because of our deployment process, we have multiple folders which should share the same
node_modules
folder. Unfortunately, yarn 3.2.0 doesn't support that thenode_modules
is a soft link.To reproduce
Environment
System: OS: Linux 5.11 Ubuntu 20.04.3 LTS (Focal Fossa) CPU: (4) x64 Intel(R) Xeon(R) CPU @ 2.80GHz Binaries: Node: 14.18.2 - /tmp/xfs-5e35bc1d/node Yarn: 3.2.0 - /tmp/xfs-5e35bc1d/yarn npm: 6.14.15 - /usr/bin/npm npmPackages: jest: ^27.5.1 => 27.5.1
Additional context
No response
The text was updated successfully, but these errors were encountered: