---- node-gyp use to read the build configuration of a module code example
Example 1: node-gyp
npm install -g node-gyp
Example 2: 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