-
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 global list isn't supported #3620
Comments
@rockchalkwushock I'm not sure if its related with current PATH setup. The documentation itself is ambiguos. At the first paragraph we have:
And at the "read more" section, the command list changes to:
So, locally we should use |
yeah, what @robsonrosa said, basically :-) I'm happy to send a PR if y'all think it makes sense, although that would be my first and will probably take a short while ;) |
I see my mistake I saw your code snippet and thought you were not able to get |
Personally I think Why don't we support both, that way we aren't breaking the experience for somebody who's gotten used to either approaches? As far as documentation goes, we could specify a preferred way. we could do a 👍 for (... just kidding) |
This is fixed with 26.0.0 release. |
Wow that was faast @kaylieEB - thanks! |
Do you want to request a feature or report a bug?
bug / enhancement
What is the current behavior?
What is the expected behavior?
the same as
yarn global ls
also based on what the website says, it sounds like
list
should be supported as a yarn subcommand.https://yarnpkg.com/lang/en/docs/cli/global/
Please mention your node.js, yarn and operating system version.
yarn version v0.24.5, node 8
The text was updated successfully, but these errors were encountered: