I'm running into a Node engine build error because...
# seed
d
I'm running into a Node engine build error because I share the same package.json file between my sst app and a nextjs app.
error react-hook-form@7.20.0: The engine "node" is incompatible with this module. Expected version ">=14.16". Got "14.15.4" error Found incompatible module.
One option is to simply move the sst code into its own repo. Are there other options? When will SST use later Node 14.X versions, or is this dictated by AWS?
f
Hey @Dennis Dang you can pin the node version. Lemme get u the link.
d
ooooh. thanks, will try now.
found the docs as well. Thanks for confirming. I thought despite pinning, the latest possible image would have been 14.15.4.
f
ah yeah, you can pin to any version, even v16