slugid : URL-safe base64 UUID encoder for generating 22 character slugs. You can installing slugid 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 slugid $ sudo npm install -g slugid
If want to update the slugid package execute the command as below,
$ sudo npm update slugid
Update package globally,
$ npm install -g slugid
$ sudo git clone https://github.com/rektide/slugid.git
$ sudo npm install -g ./slugid
slugid@1.1.0 /usr/lib/node_modules/slugid
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall slugid
| Package Name | slugid |
| Version | 1.1.0 |
| Description | URL-safe base64 UUID encoder for generating 22 character slugs |
| Released Date | 2015-08-27T17:22:06.770Z |
| Published by | jonasfj |
| How to Learn | https://www.npmjs.com/package/slugid/tutorial |