How to Install seed-random NPM Packages on Ubuntu / Debian

How to Install seed-random software package in NPM Packages

seed-random : Generate random numbers with a seed, useful for reproducible tests. You can installing seed-random 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 seed-random
$ sudo npm install -g seed-random

If want to update the seed-random package execute the command as below,

$ sudo npm update seed-random

Update package globally,

$ npm install -g seed-random

Git clone:

$ sudo  git clone https://github.com/rektide/seed-random.git
$ sudo  npm install -g ./seed-random

seed-random@2.2.0 /usr/lib/node_modules/seed-random

How to remove seed-random package :

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

$ sudo npm uninstall seed-random

Basic Information of seed-random NPM Package:

Package Name seed-random
Version 2.2.0
Description Generate random numbers with a seed, useful for reproducible tests
Released Date 2013-11-11T16:34:11.102Z
Published by forbeslindesay
How to Learn https://www.npmjs.com/package/seed-random/tutorial