-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Feature] Option to Disable self-references #3256
Labels
enhancement
New feature or request
Comments
Merged
3 tasks
1 task
FWIW I ran into this trying to do a production build of a react-native Android app in a yarn monorepo. The PR will solve the problem for me nicely. |
1 task
ran into issue in my setup as well. I would even argue the default behavior should be no self-reference links. people can enable it when necessary. |
3 tasks
1 task
Open
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following on from the suggestion made here #3206 (comment) by @larixer
Problem
When using the
node-linker
and runningyarn workspaces focus
- a "self-reference" symlink is placed in thenode_modules
of each workspace.This is problematic in some cases where symlinks are traversed endlessly.
For example
serverless
will encounter an out of memory exception with this self-reference link.Proposal
Add an option to
.yarnrc.yml
The text was updated successfully, but these errors were encountered: