Build Node/PNPM version errors
Trying to deploy a new SvelteKit project created with
pnpm create cloudflare@latest
Build log:
I tried redeploying with specific versions for node and pnpm, but this didn't seem to work?
2 Replies
Worked when I put those in my wrangler file
Do variables set in the dash (outside of wrangler) get ignored during build?
I have the same problem, looks like the dashboard variables are ignored
For me it doesn't even pick up the [vars] in wrangler.toml
Creating a
.node-version
package with the contents of v20.13.1
seems to work for me