-
Notifications
You must be signed in to change notification settings - Fork 2.5k
21.1.1 postinstall hangs on Windows 11 #31300
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
Comments
it is happening also after reboot? |
Yes, rebooted and even went as far as uninstalling node completely and starting fresh. |
I believe I'm seeing the same problem in Github actions. It just hangs forever on My runner is |
Not sure if this is related but I had a similar issue, when installing my project with |
I see a similar issue when trying to install the latest nx. It hangs on post-install. Notice that the Windows-specific binaries failed to install:
|
Current Behavior
When trying to install nx globally the postinstall step hangs forever. When breaking an error is printed about not being able to remove certain directories. I've tried both admin and non-admin mode running the console.
Expected Behavior
Expected to install
GitHub Repo
No response
Steps to Reproduce
npm add --global nx@latest --verbose
Nx Report
Failure Logs
Package Manager Version
[email protected]
Operating System
Additional Information
I've tried deleting the @tybys directory referenced manually but on next install it gets recreated again and can't be deleted by the installer.
The text was updated successfully, but these errors were encountered: