-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
[email protected] is broken due to node requirement #135
Comments
is this ok?
I tried with nodejs 21 and it blows up with the mentioned error |
And I was wondering why I can't deploy to prod anymore... please fix |
You can add the following to your package.json file: For yarn install:
For npm install:
|
If you are facing this issue in cli with a global yarn install you use
|
Thanks @simlu that worked 👍 |
Do you happen to have a related fix commands for pnpm? |
Check issue 136 for some other suggestions, if youre leveraging package json and not doing a direct global install |
@drazisil For pnpm, use the // package.json
{
// ...
"pnpm": {
"overrides": {
"memoizee": "0.4.15"
}
},
} |
PR in #137 |
Thank you for raising, and sorry for the trouble (TIL: that you can break pipelines by misconfigured Fixed and published with v0.4.17 |
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=.0.12". Got "20.13.1"
The text was updated successfully, but these errors were encountered: