Answers for "npm i node-pre-gyp rebuild"

0

node-pre-gyp install --fallback-to-build --library=static_library

i have tried upgrading node-gyp:

sudo npm install -g node-gyp
It worked for me.

I find the solution here, I hope it can help.
Posted by: Guest on March-08-2021
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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language