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

[BUG] npm i react@17 never ends #1814

Closed
targos opened this issue Sep 16, 2020 · 1 comment
Closed

[BUG] npm i react@17 never ends #1814

targos opened this issue Sep 16, 2020 · 1 comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 7.x work is associated with a specific npm 7 release

Comments

@targos
Copy link
Contributor

targos commented Sep 16, 2020

Current Behavior:

Running npm i react@17 in the reproduction project seems to result in an infinite loop and it is not possible to stop the process with CTRL+C.

Expected Behavior:

Like with npm@6, the command should end with an error, because there is no matching version.

Steps To Reproduce:

See https://github.com/targos/npm7-cra#issue-4-npm-i-react17-never-ends

Environment:

  • OS: CentOS 8, Windows 10
  • Node: 14.11.0
  • npm: 7.0.0-beta.11
@targos targos added Bug thing that needs fixing Needs Triage needs review for next steps Release 7.x work is associated with a specific npm 7 release labels Sep 16, 2020
@isaacs
Copy link
Contributor

isaacs commented Sep 16, 2020

Fixed by npm/arborist@789f9bc, will be in next v7 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 7.x work is associated with a specific npm 7 release
Projects
None yet
Development

No branches or pull requests

2 participants