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
The npq tests are also executed for packages, that don't exists.
I would recommend to throw an exception in this case. Package does not exist
Package does not exist
A package check is displayed with some checks even succeed.
Show an error message if package can not be found in registries.
npm i --save-dev @types/vite-plugin-image-optimizer
The text was updated successfully, but these errors were encountered:
@patric-eberle that's a good point. thanks! would you like to send a PR for this? no stress, just making sure you're able to run it
Sorry, something went wrong.
@lirantal can i try this?
@komura-c sure but could you please proposal in what way you'd like to implement it first? I feel like if this is probably shouldn't be a marshall.
lirantal
No branches or pull requests
The npq tests are also executed for packages, that don't exists.
Expected Behavior
I would recommend to throw an exception in this case.
Package does not exist
Current Behavior
A package check is displayed with some checks even succeed.
Possible Solution
Show an error message if package can not be found in registries.
Steps to Reproduce (for bugs)
npm i --save-dev @types/vite-plugin-image-optimizer
Context
Your Environment
The text was updated successfully, but these errors were encountered: