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
$ sudo git clone https://github.com/rektide/faker.git
$ sudo npm install -g ./faker
faker@4.1.0 /usr/lib/node_modules/faker
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall faker
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 |