You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing types-react-codemod on Node.js v22 it will force install version 1.3.0 of the tool.
This is the default behavior of npx. It aggressively caches the resolved versions. Using @latest with npx will ensure the latest version is always used.
When installing
types-react-codemod
on Node.js v22 it will force install version 1.3.0 of the tool.Only after forcing the latest version I get the latest released version, but with an unsupported engine message:
Node.js release 22.x is an official LTS: https://github.com/nodejs/release#release-schedule
There is also an discrepant of supported Node.js versions between the documentation and the package.json. Node.js v16 seems to be dropped a while ago.
The text was updated successfully, but these errors were encountered: