We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.1.29+6d43b3662
Darwin 22.6.0 arm64 arm
Run bun remove any-invalid-package in any workspace to see that it says done without mentioning that the package is not found in package.json.
bun remove any-invalid-package
done
This suppresses typo errors in the package names and we dont realize that we didnt remove the package.
It should throw an error similar to yarn or other package managers. For ex, in yarn v1 we get this:
No errors
No response
The text was updated successfully, but these errors were encountered:
It used to behave like that but it was changed a while ago (see #8032) to be closer to what npm does.
Sorry, something went wrong.
nektro
Successfully merging a pull request may close this issue.
What version of Bun is running?
1.1.29+6d43b3662
What platform is your computer?
Darwin 22.6.0 arm64 arm
What steps can reproduce the bug?
Run
bun remove any-invalid-package
in any workspace to see that it saysdone
without mentioning that the package is not found in package.json.This suppresses typo errors in the package names and we dont realize that we didnt remove the package.
What is the expected behavior?
It should throw an error similar to yarn or other package managers. For ex, in yarn v1 we get this:
What do you see instead?
No errors
Additional information
No response
The text was updated successfully, but these errors were encountered: