-
-
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
cheerio upgrade problem #4024
Comments
yes same problem, pls fix it asap. |
I have the same problem. Is there any workaround for this?
|
I tried with fixed version "cheerio":"1.0.0-rc.12" worked for me |
Releasing breaking changes from an RC means that one of our dependencies that was using rc12 now automatically installs 1.0.0, breaking the app for everyone not using Node 18. This was unexpected from an RC where the API should be stable and no breaking changes should be introduced. |
I am also running into this issue through an enzyme dependency. cheerio-1.0.0-rc.12 works but cheerio-1.0.0 fails. It looks like it's because |
ci/cd auto upgrade to 1.0.0, then bring this problem, I use node 16 and typescript 4.9.5, downgrade to cheerio":"1.0.0-rc.12, then fixed |
This also bricked
|
This is also breaking bundling of react native projects: #4032 |
Same error here, using vite build custom script in pnpm: /node_modules/.pnpm/[email protected]/node_modules/i18next-parser/dist/lexers/html-lexer.js:2 |
cheerio 1.0.0 is not supported for below node 18. for this case, can you upgrade cheerio the major version,such as 2.0.0?It causes automatic upgrade issues for existing projects.
The text was updated successfully, but these errors were encountered: