Skip to content
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

add node 22 support. #1173

Open
iulikdev opened this issue Jun 28, 2024 · 0 comments
Open

add node 22 support. #1173

iulikdev opened this issue Jun 28, 2024 · 0 comments

Comments

@iulikdev
Copy link

Current Behavior
I cannot install Quirrel using node v.22

Input Code

◀️ pnpm i quirrel

 ERR_PNPM_UNSUPPORTED_ENGINE  Unsupported environment (bad pnpm and/or Node.js version)

This error happened while installing a direct dependency of C:\dudu\charging

Your Node version is incompatible with "quirrel@1.14.1".

Expected version: 14 || 15 || 16 || 17 || 18 || 19 || 20
Got: v22.0.0

This is happening because the package's manifest has an engines.node field specified.
To fix this issue, install the required Node version.
Progress: resolved 15, reused 15, downloaded 0, added 0

Expected behavior/code
installing quirrel (?)

Environment

Quirrel version:
Node/npm version: {"pnpm":"9.4.0","node":"v22.0.0"}

Possible Solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant