How to Install slugify NPM Packages on Ubuntu / Debian

How to Install slugify software package in NPM Packages

slugify : Slugifies a String. You can installing slugify 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 slugify
$ sudo npm install -g slugify

If want to update the slugify package execute the command as below,

$ sudo npm update slugify

Update package globally,

$ npm install -g slugify

Git clone:

$ sudo  git clone https://github.com/rektide/slugify.git
$ sudo  npm install -g ./slugify

slugify@1.2.6 /usr/lib/node_modules/slugify

How to remove slugify package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall slugify

Basic Information of slugify NPM Package:

Package Name slugify
Version 1.2.6
Description Slugifies a String
Released Date 2017-11-24T12:59:47.534Z
Published by simov
How to Learn https://www.npmjs.com/package/slugify/tutorial