Sveltekit 1 + Cloudflare Pages #8583
sharkstate
started this conversation in
General
Replies: 2 comments 3 replies
-
Try setting the env variable I followed these steps and am able to get a website running on Cloudflare Pages. https://github.com/sveltejs/kit/tree/master/packages/adapter-cloudflare#deployment |
Beta Was this translation helpful? Give feedback.
2 replies
-
At the time of this writing this worked for me by adding a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just created a new Sveltekit 1 project (latest) and deployed to Cloudflare Pages.
Previously (pre Sveltekit 1) Ive used NODE_VERSION 7, however now I get errors for both NODE_VERSION 7 and NODE_VERSION 8, so had to use NODE_VERSION 6 to make it work.
Is this known? Sorry if Im missing something obvious. Obviously would be great to use Node 8.
ERROR LOG for NODE_VERSION 7:
ERROR LOG for NODE_VERSION 8:
npm config delete prefix
ornvm use --delete-prefix v18.13.0
to unset it.Beta Was this translation helpful? Give feedback.
All reactions