Answers for "npm use global node-gyp"

0

npm_config_node_gyp

# Open the terminal as an administrator
# Go to your project folder and run:
npm install sharp@latest
# If the error persists
npm config set node_gyp
npm config set msvs_version 2017
npm install
Posted by: Guest on October-07-2020
1

node-gyp

npm install -g node-gyp node-pre-gyp
Posted by: Guest on January-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language