-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
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, runyarn init and install an outdated version of a package. E.g.
yarn add glob@7.1.2. Then I try to upgrade the package using yarn upgrade-interactive --latest. It detects that the glob 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!