Getting this error when trying to deploy svelte-kit following the guidance provided by cloudflare
00:50:19.053 npm ERR! code EBADENGINE
00:50:19.054 npm ERR! engine Unsupported engine
00:50:19.054 npm ERR! engine Not compatible with your version of node/npm: @eslint/[email protected]
00:50:19.055 npm ERR! notsup Not compatible with your version of node/npm: @eslint/[email protected]
00:50:19.055 npm ERR! notsup Required: {"node":"^18.18.0 ^20.9.0 >=21.1.0"}
00:50:19.055 npm ERR! notsup Actual: {"npm":"9.6.7","node":"v18.17.1"}
1 Reply
You should use the
NODE_VERSION
enviroment variable to use a later version of Node