We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bun why
yarn why
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
I like using yarn why <package-name> to see what version I have and where it came from.
yarn why <package-name>
bun why <package name>
Switching from Bun to yarn as the package manager.
yarn
PS – wow this thing is fast. Mind blown.
The text was updated successfully, but these errors were encountered:
no need to switching
i use npm why when install modules with bun and all works fine
npm why
bun
Sorry, something went wrong.
bun pm ls --all
Seems like a good alternative for now is to use: https://github.com/ranyitz/qnm
> bunx qnm mimic-fn exmaple output: mimic-fn 5.0.0 ↰ 1 year ago | 4.0.0 ↰ 3 years ago ├── 4.0.0 ⇡ 3 years ago ├─┬ jest-changed-files │ └─┬ execa │ └─┬ onetime │ └── 2.1.0 ⇡ 5 years ago ├─┬ lint-staged │ └── 4.0.0 ⇡ 3 years ago ├─┬ log-update │ └─┬ cli-cursor │ └─┬ restore-cursor │ └─┬ onetime │ └── 2.1.0 ⇡ 5 years ago └─┬ restore-cursor └─┬ onetime └── 2.1.0 ⇡ 5 years ago
As mentioned by @kravetsone , I'm using :
bunx npm why
or
bunx npm ls
It works perfectly
No branches or pull requests
What is the problem this feature will solve?
I like using
yarn why <package-name>
to see what version I have and where it came from.What is the feature you are proposing to solve the problem?
bun why <package name>
What alternatives have you considered?
Switching from Bun to
yarn
as the package manager.PS – wow this thing is fast. Mind blown.
The text was updated successfully, but these errors were encountered: