How to Install stylelint-scss NPM Packages on Ubuntu / Debian

How to Install stylelint-scss software package in NPM Packages

stylelint-scss : A collection of SCSS specific rules for stylelint. You can installing stylelint-scss 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 stylelint-scss
$ sudo npm install -g stylelint-scss

If want to update the stylelint-scss package execute the command as below,

$ sudo npm update stylelint-scss

Update package globally,

$ npm install -g stylelint-scss

Git clone:

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

stylelint-scss@2.1.0 /usr/lib/node_modules/stylelint-scss

How to remove stylelint-scss package :

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

$ sudo npm uninstall stylelint-scss

Basic Information of stylelint-scss NPM Package:

Package Name stylelint-scss
Version 2.1.0
Description A collection of SCSS specific rules for stylelint
Released Date 2017-08-27T13:18:08.764Z
Published by kristerkari
How to Learn https://www.npmjs.com/package/stylelint-scss/tutorial