How to Install gray-percentage NPM Packages on Ubuntu / Debian

How to Install gray-percentage software package in NPM Packages

gray-percentage : Convenience function to get a gray value by percentage e.g. gray(60) -> hsla(0,0%,100%,0.4). You can installing gray-percentage 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 gray-percentage
$ sudo npm install -g gray-percentage

If want to update the gray-percentage package execute the command as below,

$ sudo npm update gray-percentage

Update package globally,

$ npm install -g gray-percentage

Git clone:

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

gray-percentage@2.0.0 /usr/lib/node_modules/gray-percentage

How to remove gray-percentage package :

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

$ sudo npm uninstall gray-percentage

Basic Information of gray-percentage NPM Package:

Package Name gray-percentage
Version 2.0.0
Description Convenience function to get a gray value by percentage e.g. gray(60) -> hsla(0,0%,100%,0.4)
Released Date 2016-08-16T17:58:21.184Z
Published by kylemathews
How to Learn https://www.npmjs.com/package/gray-percentage/tutorial