how to upgrade node-gyp code example
Example: update version of node gyp
In cmd,
where node
$ cd "C:\Program Files\nodejs\node_modules\npm"
$ npm install -g node-gyp@latest
In cmd,
where node
$ cd "C:\Program Files\nodejs\node_modules\npm"
$ npm install -g node-gyp@latest