question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to install the packages

See original GitHub issue

Versions:

  • @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:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
reininkcommented, Jul 14, 2021

Okay this has been fixed and published: https://github.com/inertiajs/progress/commit/259f19ba5e573720f148b41589768d7b026bfe20

Update to @inertiajs/progress@0.2.6. 👍

1reaction
reininkcommented, Jul 14, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found