-
Notifications
You must be signed in to change notification settings - Fork 17
Cannot read properties of undefined (reading 'rimraf') #7
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
Comments
It will build with these changes to Replace line 50 with What's the reason?Sveltekit adapters require an The functions from |
Pull requests and work on other's repositories is new to me. Here is my attempt to fork, branch, and create a pull request with the changes. Edit: I've removed the fork since there is a better update. |
I believe this has been fixed with the recently opened PR which is now merged. Have a go and see if you have better luck! |
Uh oh!
There was an error while loading. Please reload this page.
Using a default Svelte sitekit demo example code. With earlier versions of Svelte (without Sitekit) I used the generated outputs in the 'build/public' directory (along with some additions like manifest.json) to use it as an extension.
But, with the new sitekit versions, thinking of using your adaptor for a Browser Extention, but it errors out with the following logs:
The environment is Ubuntu on Windows (WSL) and following are the versions:
Note:
The @adaptor-node works fine to get the 'build' output but I also get the server/client directories (and I am not sure if the Browser would like them for an addon/extension)
The text was updated successfully, but these errors were encountered: