This repository has been archived by the owner on Sep 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 237
Windows Build Tools failing to install #253
Comments
I have the same issue |
I also have this issue |
I do too |
I have the same issue, node 14 |
Alternatives #245 (comment) |
yep, Installing by choco works for me. |
On my system (Win 10 Pro) I am using Node v15.14.0 with npm v7.7.6. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have been running into a common issue with installing
windows-build-tools
as part of a CI pipeline in which the installer would just hang or fail. See #252 #179 #152 etcA common workaround is to use
npm install --global --production [email protected]
which worked perfectly up until around mid April. It looks like the installer just fails to download the information it needs. Some things I picked out of the log:Does anyone know what could be causing this?
The text was updated successfully, but these errors were encountered: