Skip to content
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

Undefined bugs #94

Closed
treeder opened this issue May 29, 2021 · 2 comments · Fixed by #95
Closed

Undefined bugs #94

treeder opened this issue May 29, 2021 · 2 comments · Fixed by #95
Labels

Comments

@treeder
Copy link

treeder commented May 29, 2021

Describe the bug

I'm getting errors during firebase deploy, with latest version:

> Using svelte-adapter-firebase
> Cannot read property 'minor' of undefined
TypeError: Cannot read property 'minor' of undefined
    at adapt (file:///workspaces/my-app2/node_modules/svelte-adapter-firebase/src/index.js:30:14)

Then I downgraded to 0.7.6 which is prior to this to fix it and now I get:

> Using svelte-adapter-firebase
> utils.rimraf is not a function
TypeError: utils.rimraf is not a function
    at prepareEntrypoint (file:///workspaces/my-app2/node_modules/svelte-adapter-firebase/src/index.js:164:8)

I'm clearly doing something wrong, but not sure what...?

@jthegedus
Copy link
Owner

jthegedus commented May 30, 2021

I made changes to the Adapter API in SvelteKit sveltejs/kit#1559 which I have yet to update this adapter to use.

Since all this software is in Beta you must use specific versions of SvelteKit with this adapter. The version list is in the README - https://github.com/jthegedus/svelte-adapter-firebase#beta-adapter-version-compatibility

@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 0.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants