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

npm conflict with vite-plugin-svelte #43

Closed
kakakaya opened this issue Feb 21, 2024 · 1 comment
Closed

npm conflict with vite-plugin-svelte #43

kakakaya opened this issue Feb 21, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kakakaya
Copy link
Owner

  • Installing frontend dependencies:     
    npm ERR! code ERESOLVE
    npm ERR! ERESOLVE could not resolve
    npm ERR! 
    npm ERR! While resolving: @sveltejs/vite-plugin-svelte@3.0.2
    npm ERR! Found: vite@3.2.8
    npm ERR! node_modules/vite
    npm ERR!   dev vite@"^3.2.8" from the root project
    npm ERR!   peerOptional vite@"^3.0.0 || ^4.0.0 || ^5.0.0" from vitefu@0.2.5
    npm ERR!   node_modules/vitefu
    npm ERR!     vitefu@"^0.2.5" from @sveltejs/vite-plugin-svelte@3.0.2
    npm ERR!     node_modules/@sveltejs/vite-plugin-svelte
    npm ERR!       dev @sveltejs/vite-plugin-svelte@"^3.0.2" from the root project
    npm ERR!       1 more (@sveltejs/vite-plugin-svelte-inspector)
    npm ERR! 
    npm ERR! Could not resolve dependency:
    npm ERR! peer vite@"^5.0.0" from @sveltejs/vite-plugin-svelte@3.0.2
    npm ERR! node_modules/@sveltejs/vite-plugin-svelte
    npm ERR!   dev @sveltejs/vite-plugin-svelte@"^3.0.2" from the root project
    npm ERR!   peer @sveltejs/vite-plugin-svelte@"^3.0.0" from @sveltejs/vite-plugin-svelte-inspector@2.0.0
    npm ERR!   node_modules/@sveltejs/vite-plugin-svelte/node_modules/@sveltejs/vite-plugin-svelte-inspector
    npm ERR!     @sveltejs/vite-plugin-svelte-inspector@"^2.0.0" from @sveltejs/vite-plugin-svelte@3.0.2
    npm ERR! 
    npm ERR! Conflicting peer dependency: vite@5.1.4
    npm ERR! node_modules/vite
    npm ERR!   peer vite@"^5.0.0" from @sveltejs/vite-plugin-svelte@3.0.2
    npm ERR!   node_modules/@sveltejs/vite-plugin-svelte
    npm ERR!     dev @sveltejs/vite-plugin-svelte@"^3.0.2" from the root project
    npm ERR!     peer @sveltejs/vite-plugin-svelte@"^3.0.0" from @sveltejs/vite-plugin-svelte-inspector@2.0.0
    npm ERR!     node_modules/@sveltejs/vite-plugin-svelte/node_modules/@sveltejs/vite-plugin-svelte-inspector
    npm ERR!       @sveltejs/vite-plugin-svelte-inspector@"^2.0.0" from @sveltejs/vite-plugin-svelte@3.0.2
    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 ERR! See /home/runner/.npm/eresolve-report.txt for a full report.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/runner/.npm/_logs/2024-02-21T13_20_45_376Z-debug-0.log
@kakakaya
Copy link
Owner Author

Fixed by #45

@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in 栄光のまぜそば大陸 Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant