How to Install less NPM Packages on Ubuntu / Debian

How to Install less software package in NPM Packages

less : Leaner CSS. You can installing less 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 less
$ sudo npm install -g less

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

$ sudo npm update less

Update package globally,

$ npm install -g less

Git clone:

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

less@2.7.3 /usr/lib/node_modules/less

How to remove less package :

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

$ sudo npm uninstall less

Basic Information of less NPM Package:

Package Name less
Version 2.7.3
Description Leaner CSS
Released Date 2017-10-24T02:43:40.462Z
Published by matthew-dean
How to Learn https://www.npmjs.com/package/less/tutorial