-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failed when compiling with adapter-cloudflare #31
Comments
Hello, Can you try with the version |
Yes, I also tried version I created a project to reproduce the error https://stackblitz.com/edit/sveltejs-kit-template-default-tqmyfx?file=src/routes/+page.svelte I also want to thank you for this library, good job! |
Do you have the time to look at this issue? It's blocking my deployments |
I try many configurations, tricks, but I can't achieve to have the compilation work. I have an ugly workaround (which is editing the library dist file before building) but it's not a very practical or usable solution in an automated pipeline. Others solutions that I have are:
(I will probably go with the last one, as it introduce the fewer changes for users) |
@kroniapp I just publish the version |
Starting from version 2.0.0, in Sveltekit I cannot compile with adapter-cloudflare.
The error I am receiving is:
I'm using Sveltekit with SSR disabled, so no Node packages are allowed.
From what I found reading the source code, I think the problem is with the new "cyrup" dependency added from version 2.0.0, which imports the two Node packages.
The text was updated successfully, but these errors were encountered: