Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Installation waits for nothing #97

Open
jens1o opened this issue Feb 24, 2018 · 2 comments · May be fixed by #225
Open

Installation waits for nothing #97

jens1o opened this issue Feb 24, 2018 · 2 comments · May be fixed by #225

Comments

@jens1o
Copy link

jens1o commented Feb 24, 2018

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

PS C:\WINDOWS\system32> npm install --global --production windows-build-tools

> windows-build-tools@2.2.1 postinstall C:\Program Files\nodejs\node_modules\windows-build-tools
> node ./lib/index.js

Downloading BuildTools_Full.exe
Downloading python-2.7.14.amd64.msi
[>                                            ] 0.0% (0 B/s)
Downloaded python-2.7.14.amd64.msi. Saved to C:\Users\Jens\.windows-build-tools\python-2.7.14.amd64.msi.

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 ----------
Successfully installed Visual Studio Build Tools.
------------------- Python --------------------

=== Logging stopped: 2/24/2018  22:12:22 ===
Terminate batch job (Y/N)? y
PS C:\WINDOWS\system32> npm install --global --production windows-build-tools

> windows-build-tools@2.2.1 postinstall C:\Program Files\nodejs\node_modules\windows-build-tools
> node ./lib/index.js

Downloading BuildTools_Full.exe
Downloading python-2.7.14.amd64.msi
[>                                            ] 0.0% (0 B/s)
Downloaded python-2.7.14.amd64.msi. Saved to C:\Users\Jens\.windows-build-tools\python-2.7.14.amd64.msi.

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 ----------
Successfully installed Visual Studio Build Tools.
------------------- Python --------------------

=== Logging stopped: 2/24/2018  22:31:08 ===

reproduces 100%(the output is the second try)

I expect that it will be installed successfully too, or even an error message.

Unfortunately, I used the wrong tags, because I didn't found duplicates.

@SaliZumberi
Copy link

I have the same issue. It stops after ----------------------------------- Python ----------------------------------

@Kagigz
Copy link

Kagigz commented Jan 28, 2019

Same issue: After "successfully installed Python", the command keeps running and nothing happens, I have to terminate it manually (but I know it worked).
I'm using Powershell and my npm version is 6.4.1.

@aminya aminya linked a pull request Aug 25, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants