-
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
Yarn stuck at upgrade-interactive #6367
Comments
Same here any version form 1.7 on win7 , node 9, 10 |
@torifat Did you have to time to take a look at this? It's really annoying! |
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, tried 1.10.0, 1.12.0 and 1.13.0 😭 |
Can confirm that yarn get stuck when running upgrade-interactive. Yarn: 1.12.1 |
Closing as duplicate of #5949 |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
I create a new folder, open a command prompt, run
yarn init
and install an outdated version of a package. E.g.yarn add glob@7.1.2
. Then I try to upgrade the package usingyarn upgrade-interactive --latest
. It detects that theglob
package is outdated, so I select it and hit Enter. Then it shows? Choose which packages to update. glob@7.1.3
and is stuck. It does not do anything!If the current behavior is a bug, please provide the steps to reproduce.
See above
What is the expected behavior?
The
upgrade-interactive
command shall update the packages and package.json.Please mention your node.js, yarn and operating system version.
Windows 10 - 1709 - 16299.611
Yarn v1.11.0-20180905.1625 (tried it with the latest stable release aswell)
Node 10.10.0 (Doesn't work with latest LTS either)
The upgrade-interactive command worked a few weeks ago. I didn't change anything, but it stopped working. Please let me know when you need any additional information. Thanks!
The text was updated successfully, but these errors were encountered: