cssnano : A modular minifier, built on top of the PostCSS ecosystem.. You can installing cssnano 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 cssnano $ sudo npm install -g cssnano
If want to update the cssnano package execute the command as below,
$ sudo npm update cssnano
Update package globally,
$ npm install -g cssnano
$ sudo git clone https://github.com/rektide/cssnano.git
$ sudo npm install -g ./cssnano
cssnano@3.10.0 /usr/lib/node_modules/cssnano
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cssnano
Package Name | cssnano |
Version | 3.10.0 |
Description | A modular minifier, built on top of the PostCSS ecosystem. |
Released Date | 2017-01-03T22:25:54.556Z |
Published by | beneb |
How to Learn | https://www.npmjs.com/package/cssnano/tutorial |