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

Does not work if you have Vue3 installed #1400

Open
1 task done
kevindees opened this issue Dec 21, 2023 · 2 comments
Open
1 task done

Does not work if you have Vue3 installed #1400

kevindees opened this issue Dec 21, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@kevindees
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: undefined@undefined
npm ERR! Found: vue@2.7.15
npm ERR! node_modules/vue
npm ERR!   dev vue@"^2.6.12" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^3.0.0" from @inertiajs/vue3@1.0.14
npm ERR! node_modules/@inertiajs/vue3
npm ERR!   dev @inertiajs/vue3@"^1.0.0" 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.

Expected Behavior

No response

Steps To Reproduce

npm install

Environment

No response

Anything else?

No response

@kevindees kevindees added the bug Something isn't working label Dec 21, 2023
@austintoddj
Copy link
Owner

Hi @kevindees - is this on a fresh Laravel install? And are you referring to the core package, or Canvas UI?

@kevindees
Copy link
Author

This is a fresh Laravel v10.38 install using Jetstream and Inertia, with migrations already running.

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
None yet
Development

No branches or pull requests

2 participants