Force node version
Hi! how to force node version 20x ? i tried setting
"engines": {
"node": "20.x"
},
or NIXPACKS_NODE_VERSION = 20
but still have error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18.17.0". Got "18.8.0"
Thanks
5 Replies
Project ID:
38af6c3d-303b-4399-a632-2b3e255b2fdb
38af6c3d-303b-4399-a632-2b3e255b2fdb
do you have an nvmrc file?
ohh sorry, the cms has generated a dockerfile that i havn't pay attention. Thank you for your help
that would also do it