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?

16,409

Solution 1

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

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

Regards, venkatesh.

Solution 2

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

Solution 3

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/

Share:
16,409
Admin
Author by

Admin

Updated on June 26, 2022

Comments

  • Admin
    Admin almost 2 years

    The command I used (run as administrator):

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

    screen shot