How to Install markdown NPM Packages on Ubuntu / Debian

How to Install markdown software package in NPM Packages

markdown : A sensible Markdown parser for javascript. You can installing markdown 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
$ sudo npm install -g markdown

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

$ sudo npm update markdown

Update package globally,

$ npm install -g markdown

Git clone:

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

markdown@0.5.0 /usr/lib/node_modules/markdown

How to remove markdown package :

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

$ sudo npm uninstall markdown

Basic Information of markdown NPM Package:

Package Name markdown
Version 0.5.0
Description A sensible Markdown parser for javascript
Released Date 2013-07-26T09:48:28.455Z
Published by ashb
How to Learn https://www.npmjs.com/package/markdown/tutorial