Do you want to request a feature or report a bug?
Bug
What is the current behavior?
After the packages are selected, the installation hangs in place without further output
If the current behavior is a bug, please provide the steps to reproduce.
I updated my version of Node.js from v10.0.0 to v10.4.0, this behavior started from v10.2.0
Steps:
$ yarn upgrade-interactive --latest
I select packages for updating, I press enter and all
What is the expected behavior?
Updating packages
Please mention your node.js, yarn and operating system version.
Node.js: v10.4.0
Yarn: 1.7.0
Windows: 10
I could track this problem down to an old version of inquirer which is beeing used internally. Sent a PR to update to latest version, which seems to bring no incompatibilities but fixes the problem.
I know this has been merged, but just confirming that running upgrade-interactive off head works for me now!
1.12.3 has been released which contains this fix. I think this issue can be closed.
Thanks at the wonderful yarn team for bringing this in so super fast!