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
Trying to install it with the rc version `svelte@"^5.0.0-next.123"` seems to be failing with this error,
npm i -D @poppanator/sveltekit-svg@svelte5
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: website@0.0.1
npm ERR! Found: svelte@5.0.0-next.123
npm ERR! node_modules/svelte
npm ERR! dev svelte@"^5.0.0-next.123" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer svelte@">=5.x" from @poppanator/sveltekit-svg@5.0.0-svelte5.2
npm ERR! node_modules/@poppanator/sveltekit-svg
npm ERR! dev @poppanator/sveltekit-svg@"5.0.0-svelte5.2" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm i -D @poppanator/sveltekit-svg@svelte5
Originally posted by @pyrossh in #53 (comment)
The text was updated successfully, but these errors were encountered: