-
Notifications
You must be signed in to change notification settings - Fork 237
win10 ver17763.316 Could not install Visual Studio Build Tools. #175
Comments
4.0.0 is ok PS C:\WINDOWS\system32> npm install --global --production [email protected]
Downloading BuildTools_Full.exe Starting installation... Status from the installers: Now configuring the Visual Studio Build Tools.. All done!
|
I am also facing the same issue. |
Same 4.0.0 also works for me |
That's part of the machine translated / compiled output that corresponds with: windows-build-tools/src/start.ts Lines 15 to 26 in f2a146f
And the call to windows-build-tools/src/environment.ts Lines 55 to 57 in e02b4ba
JavaScript allows whitespace around the |
My windows10 winver is 1809 os version is 17763.316
this is 5.1.0
PS C:\WINDOWS\system32> npm install --global windows-build-tools
Downloading vs_BuildTools.exe
[> ] 0.0% (0 B/s)
Downloaded vs_BuildTools.exe. Saved to C:\Users\cmd.windows-build-tools\vs_BuildTools.exe.
Starting installation...
Launched installers, now waiting for them to finish.
This will likely take some time - please be patient!
Status from the installers:
---------- Visual Studio Build Tools ----------
2019-02-14T11:06:21 : Verbose : [InstalledProductsProviderImpl]: Stream was closed
2019-02-14T11:06:21 : Verbose : [InstallerImpl]: Rpc connection was closed.
2019-02-14T11:06:21 : Verbose : [InstallerImpl]: Stream was closed
2019-02-14T11:06:21 : Verbose : [SetupUpdaterImpl]: Rpc connection was closed.
2019-02-14T11:06:21 : Verbose : [SetupUpdaterImpl]: Stream was closed
------------------- Python --------------------
Python 2.7.14 is already installed, not installing again.
Could not install Visual Studio Build Tools.
Please find more details in the log files, which can be found at
C:\Users\cmd.windows-build-tools
Skipping configuration: No configuration for Python or Visual Studio Build Tools required.
TypeError: Cannot read property 'then' of undefined
at install_1.install (D:\nodejs\node-global\node_modules\windows-build-tools\dist\start.js:19:17)
at launch_1.launchInstaller.then.then.then (D:\nodejs\node-global\node_modules\windows-build-tools\dist\install\index.js:34:9)
at process._tickCallback (internal/process/next_tick.js:68:7)
updated 1 package in 24.535s
this is 5.0.0
PS C:\WINDOWS\system32> npm install --global [email protected]
Downloading vs_BuildTools.exe
[> ] 0.0% (0 B/s)
Downloaded vs_BuildTools.exe. Saved to C:\Users\cmd.windows-build-tools\vs_BuildTools.exe.
Starting installation...
Launched installers, now waiting for them to finish.
This will likely take some time - please be patient!
Status from the installers:
---------- Visual Studio Build Tools ----------
2019-02-14T11:08:16 : Verbose : [InstalledProductsProviderImpl]: Stream was closed
2019-02-14T11:08:16 : Verbose : [InstallerImpl]: Rpc connection was closed.
2019-02-14T11:08:16 : Verbose : [InstallerImpl]: Stream was closed
2019-02-14T11:08:16 : Verbose : [SetupUpdaterImpl]: Rpc connection was closed.
2019-02-14T11:08:16 : Verbose : [SetupUpdaterImpl]: Stream was closed
------------------- Python --------------------
Python 2.7.14 is already installed, not installing again.
Could not install Visual Studio Build Tools.
Please find more details in the log files, which can be found at
C:\Users\cmd.windows-build-tools
Skipping configuration: No configuration for Python or Visual Studio Build Tools required.
TypeError: Cannot read property 'then' of undefined
at install_1.install (D:\nodejs\node-global\node_modules\windows-build-tools\dist\start.js:19:17)
at launch_1.launchInstaller.then.then.then (D:\nodejs\node-global\node_modules\windows-build-tools\dist\install\index.js:34:9)
at process._tickCallback (internal/process/next_tick.js:68:7)
removed 1 package and updated 5 packages in 16.211s
The text was updated successfully, but these errors were encountered: