-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
upgrade-interactive freezes #6198
Comments
Same here on Windows 10, node v10.3.0 and yarn 1.7.0. |
Has anyone figured out a workaround to this while it gets sorted? I'm currently running the command to get the list of updatable dependencies then aborting out and doing the updates manually. Time consuming, but it works. |
Same here. Windows 10 1709, node 10.10.0, yarn 1.9.4 |
I'm on Windows 10 with node 10.3.0 and yarn 1.9.4. I can confirm this behavior is consistently broken across cmd, powershell, and git-bash's mintty. |
Same here. Windows 10. node 10.7.0, yarn 1.9.4 |
also having the same problem. Windows 10, Yarn 1.9.4, Node 10.10.0 |
I have this problem too. |
yarn 1.10.1 solves this problem for me. windows 10 1709, node 8.12.0 |
It's still the same for me on that version of Yarn unfortunately. Noticed a duplicate of this issue in #6367. It would be nice to be able to help with this, but I've no idea where to start. Are there any logs I can enable to help trace the cause? Like I said above, I've tried |
Same here env
|
Hey there, I've just done |
@bkniffler Nope, does not seem to work for me! I tried yarn@1.12.0 and yarn@1.13.0 and both get stuck at the upgrade-interactive command! |
Same here env |
same here env |
I can reproduce this consistently. Console window just hangs indefinitely after you press enter after your choices are made.
I couldn't figure it out. Stepping through in the chrome debugger, it freezes right after this line, which seemingly returns successfully but then the debugger just stops working. I'm pretty certain that line isn't the suspect, (and actually it runs fine with the exact same args earlier in the process), but suspending the event loop is where the other bug takes hold. I ran with
I did find that replacing the |
Closing as duplicate of #5949 |
I've had this same problem on 1.9.2 and the previous stable version (1.7.0?).
I'm on Node 10.7.0 (also tried 10.6.0) on Windows 10.
If I run
yarn upgrade-interactive
, select the packages I want to upgrade, then I get the summary printed to the terminal, e.g. if I select react:? Choose which packages to update. react@16.4.1
... but then it freezes. I can't abort (Ctrl-C) the command and return to the terminal either.
I've tried running this with
--verbose
to give some more detail for this report, but unfortunately nothing else is printed to the terminal. Is there somewhere else I can look for an error to add to this report?upgrade
,install
and all the other commands seem to work. I also doesn't just affect one project. I've also tried uninstalling and reinstalling yarn completely, to no avail.The text was updated successfully, but these errors were encountered: