How to Install specificity NPM Packages on Ubuntu / Debian

How to Install specificity software package in NPM Packages

specificity : Calculate the specificity of a CSS selector. You can installing specificity 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 specificity
$ sudo npm install -g specificity

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

$ sudo npm update specificity

Update package globally,

$ npm install -g specificity

Git clone:

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

specificity@0.3.2 /usr/lib/node_modules/specificity

How to remove specificity package :

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

$ sudo npm uninstall specificity

Basic Information of specificity NPM Package:

Package Name specificity
Version 0.3.2
Description Calculate the specificity of a CSS selector
Released Date 2017-09-26T02:08:47.748Z
Published by keeganstreet
How to Learn https://www.npmjs.com/package/specificity/tutorial