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:
... 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.
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:... but then it freezes. I can't abort (Ctrl-C) the command and return to the terminal either.
I've tried running this with
--verboseto 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,installand 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.