Which Node version is required for JsonForms latest as of today?
Are there any future plans to support latest nodejs versions?
Thank you so much.
Krishna
Which Node version is required for JsonForms latest as of today?
Are there any future plans to support latest nodejs versions?
Thank you so much.
Krishna
Hi @Pokisettyk,
The JSON Forms library is meant for the web environment and therefore has no dependency on NodeJS, i.e. every consumer of JSON Forms packages can use arbitrary Node versions or not even Node at all.
If you want to develop on the JSON Forms main repository, then we currently recommend Node v16.13+ < 17
. Developing and building should work fine with later Node versions too, however currently some tests can not be properly executed in a later Node. I created a new issue which you can follow for updates: #2224.