How to Install markdown-it NPM Packages on Ubuntu / Debian

How to Install markdown-it software package in NPM Packages

markdown-it : Markdown-it - modern pluggable markdown parser.. You can installing markdown-it 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 markdown-it
$ sudo npm install -g markdown-it

If want to update the markdown-it package execute the command as below,

$ sudo npm update markdown-it

Update package globally,

$ npm install -g markdown-it

Git clone:

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

markdown-it@8.4.0 /usr/lib/node_modules/markdown-it

How to remove markdown-it package :

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

$ sudo npm uninstall markdown-it

Basic Information of markdown-it NPM Package:

Package Name markdown-it
Version 8.4.0
Description Markdown-it - modern pluggable markdown parser.
Released Date 2017-08-24T15:12:53.488Z
Published by vitaly
How to Learn https://www.npmjs.com/package/markdown-it/tutorial