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

How to Install sass-lint software package in NPM Packages

sass-lint : All Node Sass linter!. You can installing sass-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 sass-lint
$ sudo npm install -g sass-lint

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

$ sudo npm update sass-lint

Update package globally,

$ npm install -g sass-lint

Git clone:

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

sass-lint@1.12.1 /usr/lib/node_modules/sass-lint

How to remove sass-lint package :

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

$ sudo npm uninstall sass-lint

Basic Information of sass-lint NPM Package:

Package Name sass-lint
Version 1.12.1
Description All Node Sass linter!
Released Date 2017-10-17T07:30:05.378Z
Published by danpurdy
How to Learn https://www.npmjs.com/package/sass-lint/tutorial