uuid-v4 : A simple v4 UUID generator. You can installing uuid-v4 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 uuid-v4 $ sudo npm install -g uuid-v4
If want to update the uuid-v4 package execute the command as below,
$ sudo npm update uuid-v4
Update package globally,
$ npm install -g uuid-v4
$ sudo git clone https://github.com/rektide/uuid-v4.git
$ sudo npm install -g ./uuid-v4
uuid-v4@0.1.0 /usr/lib/node_modules/uuid-v4
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall uuid-v4
| Package Name | uuid-v4 |
| Version | 0.1.0 |
| Description | A simple v4 UUID generator |
| Released Date | 2012-11-18T00:05:35.906Z |
| Published by | tauren |
| How to Learn | https://www.npmjs.com/package/uuid-v4/tutorial |