-
Notifications
You must be signed in to change notification settings - Fork 16
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
Does not install on non v20
node versions
#214
Labels
Comments
Hi @bhvngt, i see. Didn't think it would show up on installs but i'll remove it with a bugfix release in a little bit. |
iFaxity
added a commit
that referenced
this issue
May 5, 2024
Removed node from engines specification to prevent error on install. Fixes #214.
iFaxity
added a commit
that referenced
this issue
May 5, 2024
Removed node from engines specification to prevent error on install. Fixes #214.
🎉 This issue has been resolved in version 6.0.2-rc.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 6.0.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
While upgrading this package on node v22, I get following error
Your Node version is incompatible with "[email protected]".
.I believe this is happening because of following line in
package.json
vite-plugin-istanbul/package.json
Line 70 in 9fe5933
You may want to change this to
>=^20.12
Reproduction
NA
Steps to reproduce
pnpm install vite-plugin-instanbul
System Info
Used Package Manager
pnpm
Logs
Validations
The text was updated successfully, but these errors were encountered: