So I got this error during build:
10:20:54.542
Error: Unsupported Node.js version: v22.14.0. Please use Node 18 or Node 20 to build your project, or explicitly specify a runtime in your adapter configuration.SO I changed NVM to be to node 20 specifically v20.19.0 but I still get this error and I am really stuck so any advice and suggestions would be appreciated. I tried adding this to the
package.json " "engines": { "node": "20.19.0" }}"From https://community.vercel.com/t/error-found-invalid-node-js-version-18-x/2466/8. But really i'm lost i'm new to NPM web dev and all this stuff so please keep that in mind. Thats all stay safe
Sveletekit