Q:

update version of node gyp

//check node version
>node -v
// let's install a program called n that will let us easily switch 
//between Node versions.
>npm install -g n
//Upgrading to the latest stable version
>n stable 
//Changing to a specific version
>n 10.16.0
4
In cmd,
  
where node
 
$ cd "C:\Program Files\nodejs\node_modules\npm"

$ npm install -g node-gyp@latest
0

New to Communities?

Join the community