Kesalahan Node Pre Gyp

# before installing node-gyp on windows
npm install --global --production windows-build-tools

# install node-gyp globally
npm install -g node-gyp
Distinct Dog