Could you please confirm the stable and officially supported Node.js version for setting up the React SDK 25.1.10 and publishing custom components?
While configuring the SDK, Node 22.15.0 was rejected, and the setup required Node 24.4.1 or higher. After upgrading to Node 25.x, the SDK started successfully. However, when creating and publishing a custom component, I encountered the following error:
TypeError [ERR_INVALID_ARG_VALUE]: The property ‘options.recursive’ is no longer supported. Received true
It appears that newer Node versions introduce breaking changes that affect the build process.
To avoid further compatibility issues, could you please advise:
-
The recommended stable Node.js version
-
Whether Node 25 is officially supported
-
If there is a preferred LTS version for development and publishing
This will help ensure consistency across environments.
Thank you.