-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cannot read properties of undefined (reading 'rimraf') #1
Comments
Changing Also, wondering if this adaptor has this functionality on the roadmap sveltejs/kit#3882 Thanks! |
@kauaicreative I do indeed need to update for the latest version of svelte-kit. I think we could configure esbuild/vite options to output a singular file, maybe even embed css in js too. I'll need to take a look at it. |
Thanks @tomatrow I'll keep an eye on this. |
Well, it's updated for the latest kit version. It seems that Rich pushed a single-file output mode to post 1.0. |
Closing since the original issue is resolved |
Getting the error,
Cannot read properties of undefined (reading 'rimraf')
with latestI have made sure that rimraf is installed both globally and locally. For some reason utils is undefined
async adapt({ utils }) {
The text was updated successfully, but these errors were encountered: