Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

For npm dependencies, PowerShell is stuck after installing VS Build tools and it says it is still waiting for installer log file to install python?

The command I used (run as administrator):

npm install --global --production windows-build-tool

screen shot

like image 893
Elias Ferede Avatar asked Jul 06 '20 22:07

Elias Ferede


People also ask

How long does Windows build tools take to install?

NOTE: The full installation takes about 45 minutes.


2 Answers

I also faced the same problem and I tried with the below command, it worked.

npm install --global --production [email protected]

Regards, venkatesh.

like image 194
Venkatesh Machineni Avatar answered Sep 17 '22 14:09

Venkatesh Machineni


I am running into the issue above. After google, I luckily find a related thread on github about how to resolve stuck when installing windows-build-tool with npm from powershell on Windows. The following are a bunch of screenshots.

screenshot

like image 43
liuliang Avatar answered Sep 16 '22 14:09

liuliang