node-pre-gyp : Node.js native addon binary install tool. You can installing node-pre-gyp npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install node-pre-gyp $ sudo npm install -g node-pre-gyp
If want to update the node-pre-gyp package execute the command as below,
$ sudo npm update node-pre-gyp
Update package globally,
$ npm install -g node-pre-gyp
$ sudo git clone https://github.com/rektide/node-pre-gyp.git
$ sudo npm install -g ./node-pre-gyp
node-pre-gyp@0.6.39 /usr/lib/node_modules/node-pre-gyp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-pre-gyp
| Package Name | node-pre-gyp |
| Version | 0.6.39 |
| Description | Node.js native addon binary install tool |
| Released Date | 2017-11-02T02:52:19.935Z |
| Published by | springmeyer |
| How to Learn | https://www.npmjs.com/package/node-pre-gyp/tutorial |