How to Install faker NPM Packages on Ubuntu / Debian

How to Install faker software package in NPM Packages

faker : Generate massive amounts of fake contextual data. You can installing faker 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 faker
$ sudo npm install -g faker

If want to update the faker package execute the command as below,

$ sudo npm update faker

Update package globally,

$ npm install -g faker

Git clone:

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

faker@4.1.0 /usr/lib/node_modules/faker

How to remove faker package :

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

$ sudo npm uninstall faker

Basic Information of faker NPM Package:

Package Name faker
Version 4.1.0
Description Generate massive amounts of fake contextual data
Released Date 2017-02-21T18:04:15.124Z
Published by marak
How to Learn https://www.npmjs.com/package/faker/tutorial