Unable to install the packages
See original GitHub issueVersions:
@inertiajs/inertia
version: latest@inertiajs/inertia-vue3
version: latest
Describe the problem:
I’m following the docs and I can’t install the packages, see error below.
Steps to reproduce:
Simply run npm install @inertiajs/inertia @inertiajs/inertia-vue3
Error:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: undefined@undefined
npm ERR! Found: @inertiajs/inertia@undefined
npm ERR! node_modules/@inertiajs/inertia
npm ERR! @inertiajs/inertia@"*" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @inertiajs/inertia@"^0.10.0" from @inertiajs/inertia-vue3@0.5.1
npm ERR! node_modules/@inertiajs/inertia-vue3
npm ERR! @inertiajs/inertia-vue3@"*" 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.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
I am unable to install packages in R - Stack Overflow
Remove the file .Rhistory in directory C:\Users\javad\Documents\.Rhistory. Now try installing the package. This should solve your problem.
Read more >R | Unable to Install Packages RStudio Issue (SOLUTION)
Changing the configuration in R Studio to solve install packages issue. Go To Tools -> Global option -> Packages. Then uncheck the option...
Read more >Problem Installing Packages in the RStudio IDE - Posit Support
If you are unable to install packages in the RStudio IDE, some common problems are outlined below: Are you able to install packages...
Read more >unable to install package in R Studio - Warning
I am unable to install any package from my R Studio. Please find below errors while installing the package. install.packages("ggplot2") Warning in ...
Read more >Error in install.packages: unable to install packages
The function you're using is trying to use an 'annotation' package describing a microarray chip. The package is currently not installed, so it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Okay this has been fixed and published: https://github.com/inertiajs/progress/commit/259f19ba5e573720f148b41589768d7b026bfe20
Update to
@inertiajs/progress@0.2.6
. 👍Ugh, yeah, that makes sense. We need to update that library to support
0.10.0
. I’ll try get that done within the next couple hours.