uuidv4 : uuid creates UUIDs.. You can installing uuidv4 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 uuidv4 $ sudo npm install -g uuidv4
If want to update the uuidv4 package execute the command as below,
$ sudo npm update uuidv4
Update package globally,
$ npm install -g uuidv4
$ sudo git clone https://github.com/rektide/uuidv4.git
$ sudo npm install -g ./uuidv4
uuidv4@0.5.0 /usr/lib/node_modules/uuidv4
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall uuidv4
| Package Name | uuidv4 |
| Version | 0.5.0 |
| Description | uuid creates UUIDs. |
| Released Date | 2017-04-07T13:30:32.465Z |
| Published by | goloroden |
| How to Learn | https://www.npmjs.com/package/uuidv4/tutorial |