Answers for "node-gyp error"

0

node-gyp rebuild

# Open the terminal as an administrator
# Go to your project folder and run:
npm config set node_gyp
npm config set msvs_version 2017
npm i
Posted by: Guest on October-13-2020
0

node-gyp error

how to fix this issue 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
Posted by: Guest on January-12-2021

Code answers related to "node-gyp error"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language