-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cannot install inertiajs server while using vuejs 3 #3
Comments
Might wanna show some code on how you set it up. |
I'm not able to write configuration, this is becasue inertia/server is not able to be installed. Error showed up, and this is the log file: 0 verbose cli [ |
@alslimany same problem here. did you figure out how to make it works, |
done with npm install @inertiajs/server --legacy-peer-deps |
@cepexs right answer |
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: undefined@undefined
npm ERR! Found: @inertiajs/[email protected]
npm ERR! node_modules/@inertiajs/inertia
npm ERR! dev @inertiajs/inertia@"^0.10.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @inertiajs/inertia@"^0.11.0" from @inertiajs/[email protected]
npm ERR! node_modules/@inertiajs/server
npm ERR! @inertiajs/server@"*" 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 ERR! See /Users/abdullahishtiwy/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/abdullahishtiwy/.npm/_logs/2022-01-09T16_48_15_174Z-debug.log
The text was updated successfully, but these errors were encountered: