-
Notifications
You must be signed in to change notification settings - Fork 238
Build Tools finish installation, but installer does not exit #116
Comments
Same here… :( |
Thanks for the report! Interestingly enough, it appears that installation did succeed, the process is just not exiting 🤔 |
We have this issue as well. If I am not wrong, facing this only from last Friday(25/May/18). |
I have the same issue with updating from 2.3.0 to 3.0.0:
|
I managed to get the "npm i -g windows-build-tools" to finish correctly. At the point where the Visual Studio Build tools showed this: "[B6A4:BCB0][2018-05-30T11:32:46]i399: Apply complete, result: 0x0, restart: None, ba requested restart: No" then the npm install of windows build tools finished with success. Hope this helps. |
@bferdinandus solution worked for me.
1, Open task manager and kill the
|
@phil'n'bfer: good spot |
Surely credit should go to @Philam18 and @bferdinandus #usernamefail |
I also thought it's kind of a bug that installing windows-build-tools hung at the following step:
However, later I realized that vs_installerservice.exe was downloading a big chunk of data in the background. (I used Windows Resource Manager to find it out.) It's not okay to have such a behavior for someone whose Internet connection is limited or metered. Moreover, even after the downloading finished, nothing happened anymore, so the installation process kept hanging. I'm on Windows 10 (build 1607),
|
first try this one.. |
My system also got hang on the same place 'Successfully installed Python 2.7', I gave ^C to end the task and the process is not running again! Seems like it ran into some infinite loop and when I tried to cancel, the loop ended and continued with rest of the process.---------- Visual Studio Build Tools ---------- Now configuring the Visual Studio Build Tools and Python... All done! |
this actually worked for me, I've been looking for 2 DAYS! thnx so much for the help <3 |
This solution work for me. Thanks. |
This is still affecting certain people (me). Does anyone know why this is happening? Flaky workarounds is not the solution to this. |
thank you! you saved my day! |
For those who are still stuck. Try this: #172 (comment) It solved mine. And of many others :) |
npm config set msvs_version 2017 |
I don't have PS C:\Users\yunny\.windows-build-tools> dir
目录: C:\Users\yunny\.windows-build-tools
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 2021/8/10 12:32 python27
-a---- 2021/8/10 12:30 20246528 python-2.7.15.amd64.msi
-a---- 2021/8/10 13:03 51740 python-log.txt
-a---- 2021/8/10 12:30 1119848 vs_BuildTools.exe But I still hang after install python 2.7:
|
I've tried all of this and none of it works. Essentially there doesn't seem to be any way to install windows-build-tools on Node 12. Which means I can't get SASS working due to the errors it's getting. Linux here I come. |
node --version: v10.2.1
npm --version: 6.1.0
command:

npm --add-python-to-path='true' --debug install --global windows-build-tools
never get it installed, it hangs there for hours
The text was updated successfully, but these errors were encountered: