quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

Why node 18 is needed instead of node 16?

Open PercevalSA opened this issue 2 years ago • 2 comments

Why don't we set the minimal version to 16 as it is still supported? I would like to use quicktype in a environment stuck with nodejs16 but I can't because of the minimal requirement set.

Is it possible to change from 18 to 16 ?

PercevalSA avatar Mar 11 '23 09:03 PercevalSA

Seems to be working fine with node 16 for me, just had to lower version requirement in package.json and package-lock.json.

vnd avatar May 17 '23 14:05 vnd

but why this is not the default if it works well, it is very limiting for environment with constraints such as embedded systems. In my case, in my yocto build, I'm limited with the version 14 of node and therefore cannot use the latest version of QuickType. Why is that?

PercevalSA avatar Sep 02 '23 15:09 PercevalSA