Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
7+8 =