uuid : RFC4122 (v1, v4, and v5) UUIDs. You can installing uuid 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 $ sudo npm install -g uuid
If want to update the uuid package execute the command as below,
$ sudo npm update uuid
Update package globally,
$ npm install -g uuid
$ sudo git clone https://github.com/rektide/uuid.git
$ sudo npm install -g ./uuid
uuid@3.1.0 /usr/lib/node_modules/uuid
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall uuid
| Package Name | uuid |
| Version | 3.1.0 |
| Description | RFC4122 (v1, v4, and v5) UUIDs |
| Released Date | 2017-06-16T17:54:51.877Z |
| Published by | broofa |
| How to Learn | https://www.npmjs.com/package/uuid/tutorial |