uuid-js : A js library to generate and parse UUIDs,TimeUUIDs and generate TimeUUID based on Date for range selections. You can installing uuid-js 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-js $ sudo npm install -g uuid-js
If want to update the uuid-js package execute the command as below,
$ sudo npm update uuid-js
Update package globally,
$ npm install -g uuid-js
$ sudo git clone https://github.com/rektide/uuid-js.git
$ sudo npm install -g ./uuid-js
uuid-js@0.7.5 /usr/lib/node_modules/uuid-js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall uuid-js
| Package Name | uuid-js |
| Version | 0.7.5 |
| Description | A js library to generate and parse UUIDs,TimeUUIDs and generate TimeUUID based on Date for range selections |
| Released Date | 2014-10-21T02:24:31.192Z |
| Published by | patricknegri |
| How to Learn | https://www.npmjs.com/package/uuid-js/tutorial |