How to Install remark-lint NPM Packages on Ubuntu / Debian

How to Install remark-lint software package in NPM Packages

remark-lint : Lint markdown with remark. You can installing remark-lint 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 remark-lint
$ sudo npm install -g remark-lint

If want to update the remark-lint package execute the command as below,

$ sudo npm update remark-lint

Update package globally,

$ npm install -g remark-lint

Git clone:

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

remark-lint@6.0.1 /usr/lib/node_modules/remark-lint

How to remove remark-lint package :

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

$ sudo npm uninstall remark-lint

Basic Information of remark-lint NPM Package:

Package Name remark-lint
Version 6.0.1
Description Lint markdown with remark
Released Date 2017-08-17T11:56:14.198Z
Published by wooorm
How to Learn https://www.npmjs.com/package/remark-lint/tutorial