Answers for "npm_config_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

Code answers related to "npm_config_node_gyp"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language