How to Install commonmark NPM Packages on Ubuntu / Debian

How to Install commonmark software package in NPM Packages

commonmark : a strongly specified, highly compatible variant of Markdown. You can installing commonmark 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 commonmark
$ sudo npm install -g commonmark

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

$ sudo npm update commonmark

Update package globally,

$ npm install -g commonmark

Git clone:

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

commonmark@0.28.1 /usr/lib/node_modules/commonmark

How to remove commonmark package :

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

$ sudo npm uninstall commonmark

Basic Information of commonmark NPM Package:

Package Name commonmark
Version 0.28.1
Description a strongly specified, highly compatible variant of Markdown
Released Date 2017-08-02T15:42:42.642Z
Published by fiddlosopher
How to Learn https://www.npmjs.com/package/commonmark/tutorial