How to Install node-pre-gyp NPM Packages on Ubuntu / Debian

How to Install node-pre-gyp software package in NPM Packages

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

Git clone:

$ 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

How to remove node-pre-gyp package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall node-pre-gyp

Basic Information of node-pre-gyp NPM Package:

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