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? 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? powershell powershell

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?


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

npm install --global --production windows-build-tools@4.0.0

Regards,venkatesh.


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


I was experiencing this issue and solved it by doing this:

https://spin.atomicobject.com/2019/03/27/node-gyp-windows/

After searching everywhere and following this guide:https://spin.atomicobject.com/2019/03/27/node-gyp-windows/