How to Install github-flavored-markdown NPM Packages on Ubuntu / Debian

How to Install github-flavored-markdown software package in NPM Packages

github-flavored-markdown : The port of Showdown used on github.com. You can installing github-flavored-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 github-flavored-markdown
$ sudo npm install -g github-flavored-markdown

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

$ sudo npm update github-flavored-markdown

Update package globally,

$ npm install -g github-flavored-markdown

Git clone:

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

github-flavored-markdown@1.0.1 /usr/lib/node_modules/github-flavored-markdown

How to remove github-flavored-markdown package :

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

$ sudo npm uninstall github-flavored-markdown

Basic Information of github-flavored-markdown NPM Package:

Package Name github-flavored-markdown
Version 1.0.1
Description The port of Showdown used on github.com
Released Date 2012-02-09T01:21:37.588Z
Published by isaacs
How to Learn https://www.npmjs.com/package/github-flavored-markdown/tutorial