We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.29.1
3.0.0-beta.24
18.6.0
macOS
12.4
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: undefined@undefined npm ERR! Found: [email protected] npm ERR! node_modules/vite npm ERR! dev vite@"^2.9.9" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer vite@"^3.0.0" from @sveltejs/[email protected] npm ERR! node_modules/@sveltejs/vite-plugin-svelte npm ERR! dev @sveltejs/vite-plugin-svelte@"^1.0.0-next.44" from the root project npm ERR!
Go to examples//svelte-hydration then npm i.
examples//svelte-hydration
npm i
npm i should succeed installing dependencies.
The text was updated successfully, but these errors were encountered:
I'm having the same issue did you find a solution?
Sorry, something went wrong.
I can see that the current repository all using vite@5. Can you update the use the latest code here?
vite@5
No branches or pull requests
Prerequisites
Fastify version
3.29.1
Plugin version
3.0.0-beta.24
Node.js version
18.6.0
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
12.4
Description
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: undefined@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/vite
npm ERR! dev vite@"^2.9.9" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vite@"^3.0.0" from @sveltejs/[email protected]
npm ERR! node_modules/@sveltejs/vite-plugin-svelte
npm ERR! dev @sveltejs/vite-plugin-svelte@"^1.0.0-next.44" from the root project
npm ERR!
Steps to Reproduce
Go to
examples//svelte-hydration
thennpm i
.Expected Behavior
npm i
should succeed installing dependencies.The text was updated successfully, but these errors were encountered: