How to Install node-gd NPM Packages on Ubuntu / Debian

How to Install node-gd software package in NPM Packages

node-gd : GD graphics library (libgd) C++ bindings for Node.js. You can installing node-gd 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-gd
$ sudo npm install -g node-gd

If want to update the node-gd package execute the command as below,

$ sudo npm update node-gd

Update package globally,

$ npm install -g node-gd

Git clone:

$ sudo  git clone https://github.com/rektide/node-gd.git
$ sudo  npm install -g ./node-gd

node-gd@1.5.0 /usr/lib/node_modules/node-gd

How to remove node-gd package :

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

$ sudo npm uninstall node-gd

Basic Information of node-gd NPM Package:

Package Name node-gd
Version 1.5.0
Description GD graphics library (libgd) C++ bindings for Node.js
Released Date 2017-04-06T20:59:48.279Z
Published by y-a-v-a
How to Learn https://www.npmjs.com/package/node-gd/tutorial