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

Yarn upgrade-interactive --latest freezes #6592

Closed
alexdevero opened this issue Oct 29, 2018 · 8 comments
Closed

Yarn upgrade-interactive --latest freezes #6592

alexdevero opened this issue Oct 29, 2018 · 8 comments

Comments

@alexdevero
Copy link

alexdevero commented Oct 29, 2018

Do you want to request a feature or report a bug?

Bug

What is the current behavior?
Yarn freezes after running upgrade-interactive --latest and selecting dependencies to upgrade. Updating package.json manually and running yarn install works.

If the current behavior is a bug, please provide the steps to reproduce.

  1. Run upgrade-interactive --latest.
  2. Select dependencies to upgrade and confirm.

What is the expected behavior?
Yarn should download the latest version of selected dependencies.

Please mention your node.js, yarn and operating system version.
Node: v11.0.0
NPM: 6.4.1
OS: Win 10 (1803)
CLI: tried on Windows native CMD, ConEmu and Cmder.

Videos
Running yarn upgrade-interactive --latest:
yarn-upgrade-01

Updating package.json manually and running yarn install:
ezgif-1-f14f7e9ffc73

@ghost ghost added the triaged label Oct 29, 2018
@rally25rs
Copy link
Contributor

It seems to work fine for me. Might be something with your specific packages and options? Could you try adding --verbose flag too and see if that gives any indication of what it's doing?

@dbusacca
Copy link

I've got the same issue (even without --latest) in three different Windows 10 pc. I think it's a node 10 incompatibility issue.

It's has been already reported in #6367

@alexdevero
Copy link
Author

@rally25rs what version of node do you have on your computer?

@IlCallo
Copy link

IlCallo commented Nov 5, 2018

Same here.
Running on Node 10.13

I see there are a lot of people and issue about this, some event 2-3 months old:

@rally25rs
Copy link
Contributor

I tried node 10.1 and 10.13 on OSX and didn't have any problems. Might just be a Windows + node 10 specific issue? Unfortunately I don't have my Windows machine with me today to try that out. If someone who can consistently reproduce this could help debug, that would be awesome!

@rally25rs
Copy link
Contributor

Closing as duplicate of #5949
Let's continue the discussion there.

@AliMD
Copy link

AliMD commented Mar 11, 2022

same issue with OSX and node v16.13.2

@wouter-leistra
Copy link

wouter-leistra commented Feb 8, 2023

experiencing the same issue with OSX (M1 machine) and node v16.16.0 in a yarn (v3.3.1) workspace monorepo. I can select the packages but then the Resolution step freezes and the terminal (fish) becomes unresponsive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants