Node.js version compatibility #15
-
Should the Node.js version compatibility for React Compiler be documented somewhere? Is it already? I see that there is no We are currently using an older version of Node.js with webpack and running into issues with the compiler's usage of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for posting! This is a good callout, we should document the minimum node version and set |
Beta Was this translation helpful? Give feedback.
Thanks for posting! This is a good callout, we should document the minimum node version and set
engines.node
in package.json. A min version of 16.6 seems very reasonable at this point, we could probably be more aggressive and require something newer though.