. Advertisement .
..3..
. Advertisement .
..4..
Help me! I am running the program and the system returns the following error message “Node Gyp Command Not Found Windows”. Anyone encountered this situation? Please give me solution. Thanks
To fix above error, here is solution: First of all, If you have the Windows Control Panel open chances are there will be an option for “Uninstall Programs” Check to see if you’re using a firewall or antivirus software. Also check to see if node is being blocked from corp networks that don’t allow non-Corp traffic . Then follow this step by step:
- 1. open with run as powershell
- 2. npm i windows-build-tools -g
- 3. wait 5 minute, after 5 minute npm i node-gyp -g
- 4. enjoy successfully to install node-gyp
My solution is reinstall, you can follow steps below