-
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
Add a way to declare a package as only one of it should exist in the graph #8
Comments
mnsn
added a commit
to mnsn/yarn
that referenced
this issue
Feb 18, 2017
# This is the 1st commit message: add warning from issue yarnpkg#2495 # This is the commit message yarnpkg#2: fix comments of Deniel15 # This is the commit message yarnpkg#3: remove spaces # This is the commit message yarnpkg#4: fix spaces # This is the commit message yarnpkg#5: Drop `diff`. (yarnpkg#2592) # This is the commit message yarnpkg#6: Remove empty lines # This is the commit message yarnpkg#7: Replace `user-home` with `os.homedir`. (yarnpkg#2635) * Replace `user-home` with `os.homedir`. * Replace `os.homedir` with `user-home-dir`. * Fix use `require('user-home-dir').default`. # This is the commit message yarnpkg#8: add space that were removed
mnsn
added a commit
to mnsn/yarn
that referenced
this issue
Feb 18, 2017
# This is the 1st commit message: add warning from issue yarnpkg#2495 # This is the commit message yarnpkg#2: fix comments of Deniel15 # This is the commit message yarnpkg#3: remove spaces # This is the commit message yarnpkg#4: fix spaces # This is the commit message yarnpkg#5: Drop `diff`. (yarnpkg#2592) # This is the commit message yarnpkg#6: Remove empty lines # This is the commit message yarnpkg#7: Replace `user-home` with `os.homedir`. (yarnpkg#2635) * Replace `user-home` with `os.homedir`. * Replace `os.homedir` with `user-home-dir`. * Fix use `require('user-home-dir').default`. # This is the commit message yarnpkg#8: add space that were removed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example the
react
package might want to declare in it'spackage.json
that only one of it should exist and if we resolve to multiple versions then we should error.The text was updated successfully, but these errors were encountered: