You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...?
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm getting errors during
firebase deploy
, with latest version:Then I downgraded to 0.7.6 which is prior to this to fix it and now I get:
I'm clearly doing something wrong, but not sure what...?
The text was updated successfully, but these errors were encountered: