-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[BUG] unable to resolve dependency tree #2119
Comments
What happens with npm v7.0.8? |
how can i install it? i install node, the npm is 7.0.3, how can i update it to 7.0.8? |
@lornally You can grab the latest version of npm by running |
we haven't actually tagged npm 7 as |
This seems like expected behavior. You have You can fix it by using (IMO, npm's output here is not very friendly. It's nice that it identifies all of the relevant packages, but if I didn't know much about peer dependencies, I could imagine being quite confused about what's wrong and what to do next. The message doesn't explicitly mention that it's a peer dependency issue -- it says "peer" but it also says "dev" and many other things -- and "fix the upstream dependency conflict" is not actionable.) |
Working as designed, and better error messaging and handling in latest npm v7. |
i had the same prob npm install npm@latest -g working for me |
I had same problem and have done these steps:
|
retry this command with --force: |
// This solved my problem |
there is another bug, but has been closed.
Current Behavior:
npm install --save-dev webpack-dev-server
output:
Environment:
The text was updated successfully, but these errors were encountered: