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
Current Behavior I cannot install Quirrel using node v.20
Input Code
◀️ npm install quirrel npm ERR! code EBADENGINE npm ERR! engine Unsupported engine npm ERR! engine Not compatible with your version of node/npm: [email protected] npm ERR! notsup Not compatible with your version of node/npm: [email protected] npm ERR! notsup Required: {"node":"14 || 15 || 16 || 17 || 18 || 19"} npm ERR! notsup Actual: {"npm":"9.6.6","node":"v20.1.0"}
Expected behavior/code installing quirrel (?)
Environment
Possible Solution
Unfortunately I cannot downgrade my version of node because I have other internal packages that have to run in the v.20
Does anyone have any workarounds in mind I could use? Thanks
The text was updated successfully, but these errors were encountered:
fix: add node 20 support (#1153)
0584045
Closes #1149
Node v20 support shipped in https://github.com/quirrel-dev/quirrel/releases/tag/v1.14.1
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Report
Current Behavior
I cannot install Quirrel using node v.20
Input Code
Expected behavior/code
installing quirrel (?)
Environment
Possible Solution
Unfortunately I cannot downgrade my version of node because I have other internal packages that have to run in the v.20
Does anyone have any workarounds in mind I could use? Thanks
The text was updated successfully, but these errors were encountered: