-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
rror [email protected]: The engine "node" is incompatible with this module. Expected version ">=18.17". Got "16.18.1" error Found incompatible module. #4003
Comments
The same problem, we use enzyme, which uses cheerio, we don't really want to update node either |
we used, on our package.json to solve our product in the meanwhile |
Its work for me: |
can u share a sample package json it doesn't work for us |
after adding @Sleepyy007 suggestion, try deleting package-lock.json or yarn.lock and node_modules folder and try reinstalling (npm i or yarn install) |
I have the same problem。I use cheerio 1.0.0-rc.10。It can supprt the node version I am using。 but cheerio 1.0.0 recently only support node 18。It causes automatic upgrade issues for existing projects。Please upgrade the major version if necessary! |
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18.17". Got "16.18.1" 1.0.0 uses node 18; but my os centOS 7, only support upto 16 |
|
worked for me as well |
Updating the node version is not an option.
can we have a immediate solution for this? Our prod deployment is failing for the same.
The text was updated successfully, but these errors were encountered: