-
Notifications
You must be signed in to change notification settings - Fork 237
Cannot install windows-build-tools #179
Comments
Does the same thing happen if you install with |
I have tried npm and here below is the output: D:>npm install --global windows-build-tools
Downloading python-2.7.15.amd64.msi Starting installation... Status from the installers: Could not install Visual Studio Build Tools.I only find that the date modified of log file python-log.txt inside .windows-build-tools folder has been updated. However, the content is empty. |
+1 Same here, |
+1 i use |
I tried with both yarn and npm. After installed successfully the powershell still can't exit |
Use |
Yup, yarn installation doesn't work for me either. I get a "no binaries" message and the script exits immediately. It works with npm. |
this works. For reference: it took me around 197 secs on 1.2 Mb/s speed. |
Yeah, it's work |
npm install --global [email protected] |
+1 |
1 similar comment
+1 |
I'm having some problems
|
hello guys its not working for me how can fix it i tryed all of them some times it shows bootstrapper stop working |
Not working anymore. Got the same error as above |
Same here |
@amilabandara - if you're with VPN, try disconnecting it |
i use npm install --global [email protected] . thank you from your help |
npm install --global [email protected] definitely, this one works... prod mode don't |
Another option is to try installing the build tools via Chocolatey instead (use an Administrator command line): choco install python visualstudio2017-workload-vctools -y
npm config set msvs_version 2017 Maybe this should be documented in the readme as an alternative... |
With winget (Windows Package Manager CLI), you can use |
Awesome! Is Oh and also - does this command above also install Python? That's another thing that the npm package installs... |
Good point, it does not install python - which can be solved using At the time of writing it still requires to sign up to the insider program (automatically approved) and updating apps via the Windows Store a day later. |
Cool, sounds good. Look forward to winget being standard! Maybe if you update your original command above to include both the build tools and Python, it would be helpful for people finding this via search engines and copy-pasting. |
Error 2021-07-04T22_04_08_032Z-debug.log 0 info it worked if it ends with ok |
I have tried to install windows-build-tools with yarn. It keep on installing but no response.
D:>yarn global add node-gyp
yarn global v1.13.0
[1/4] Resolving packages...
[2/4] Fetching packages...
info [email protected]: The platform "win32" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed "[email protected]" with binaries:
- node-gyp
Done in 5.04s.
D:>yarn global add windows-build-tools
yarn global v1.13.0
[1/4] Resolving packages...
warning windows-build-tools > nugget > progress-stream > through2 > xtend > [email protected]:
[2/4] Fetching packages...
info [email protected]: The platform "win32" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
[1/1] ⠐ windows-build-tools
The installation stays at this line for 2 hours already. Any advise?
P.S. I am on window 10 and the PowerShell is run as administrator.
The text was updated successfully, but these errors were encountered: