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

How to Install markdown-toc software package in NPM Packages

markdown-toc : Generate a markdown TOC (table of contents) with Remarkable.. You can installing markdown-toc 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-toc
$ sudo npm install -g markdown-toc

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

$ sudo npm update markdown-toc

Update package globally,

$ npm install -g markdown-toc

Git clone:

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

markdown-toc@1.2.0 /usr/lib/node_modules/markdown-toc

How to remove markdown-toc package :

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

$ sudo npm uninstall markdown-toc

Basic Information of markdown-toc NPM Package:

Package Name markdown-toc
Version 1.2.0
Description Generate a markdown TOC (table of contents) with Remarkable.
Released Date 2017-09-19T13:24:34.070Z
Published by doowb
How to Learn https://www.npmjs.com/package/markdown-toc/tutorial