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
@sveltejs/kit/install-fetch has been replaced with @sveltejs/kit/node/polyfills in 1.0.0-next.341 (#4934).
Building against the latest @sveltejs/kit produces the error:
> Using svelte-adapter-firebase
✘ [ERROR] Could not resolve "@sveltejs/kit/install-fetch"
node_modules/svelte-adapter-firebase/src/files/shims.js:1:27:
1 │ import {installFetch} from '@sveltejs/kit/install-fetch';
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The path "./install-fetch" is not exported by package "@sveltejs/kit":
node_modules/@sveltejs/kit/package.json:47:13:
47 │ "exports": {
╵ ^
Steps to Reproduce
$ svelte-kit build
Expected Behaviour
> Using svelte-adapter-firebase
✔ done
svelte-adapter-firebase version
0.14.0
sveltejs/kit version
1.0.0-next.341
The text was updated successfully, but these errors were encountered:
* fix(#169): Replace @sveltejs/kit/install-fetch with @sveltejs/kit/node/polyfills
* chore(#169): Update pnpm-lock.yaml to pass the unit test
* chore: release 0.14.1
* fix: integration tests
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Juan Rodriguez <jrodriguez@isotalent.com>
Describe the Bug
@sveltejs/kit/install-fetch
has been replaced with@sveltejs/kit/node/polyfills
in1.0.0-next.341
(#4934).Building against the latest @sveltejs/kit produces the error:
Steps to Reproduce
$
svelte-kit build
Expected Behaviour
svelte-adapter-firebase version
0.14.0
sveltejs/kit version
1.0.0-next.341
The text was updated successfully, but these errors were encountered: