-
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 upgrade-interactive --latest freezes #6592
Comments
It seems to work fine for me. Might be something with your specific packages and options? Could you try adding |
I've got the same issue (even without --latest) in three different Windows 10 pc. I think it's a node 10 incompatibility issue. It's has been already reported in #6367 |
@rally25rs what version of node do you have on your computer? |
Same here. I see there are a lot of people and issue about this, some event 2-3 months old: |
I tried node 10.1 and 10.13 on OSX and didn't have any problems. Might just be a Windows + node 10 specific issue? Unfortunately I don't have my Windows machine with me today to try that out. If someone who can consistently reproduce this could help debug, that would be awesome! |
Closing as duplicate of #5949 |
same issue with OSX and node v16.13.2 |
experiencing the same issue with OSX (M1 machine) and node v16.16.0 in a yarn (v3.3.1) workspace monorepo. I can select the packages but then the Resolution step freezes and the terminal (fish) becomes unresponsive. |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Yarn freezes after running
upgrade-interactive --latest
and selecting dependencies to upgrade. Updatingpackage.json
manually and runningyarn install
works.If the current behavior is a bug, please provide the steps to reproduce.
upgrade-interactive --latest
.What is the expected behavior?
Yarn should download the latest version of selected dependencies.
Please mention your node.js, yarn and operating system version.
Node: v11.0.0
NPM: 6.4.1
OS: Win 10 (1803)
CLI: tried on Windows native CMD, ConEmu and Cmder.
Videos
Running
yarn upgrade-interactive --latest
:Updating
package.json
manually and runningyarn install
:The text was updated successfully, but these errors were encountered: