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

How to Install node-uuid software package in NPM Packages

node-uuid : Rigorous implementation of RFC4122 (v1 and v4) UUIDs.. You can installing node-uuid 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-uuid
$ sudo npm install -g node-uuid

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

$ sudo npm update node-uuid

Update package globally,

$ npm install -g node-uuid

Git clone:

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

node-uuid@1.4.8 /usr/lib/node_modules/node-uuid

How to remove node-uuid package :

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

$ sudo npm uninstall node-uuid

Basic Information of node-uuid NPM Package:

Package Name node-uuid
Version 1.4.8
Description Rigorous implementation of RFC4122 (v1 and v4) UUIDs.
Released Date 2017-03-22T00:30:38.543Z
Published by broofa
How to Learn https://www.npmjs.com/package/node-uuid/tutorial