cssom : CSS Object Model implementation and CSS parser. You can installing cssom 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 cssom $ sudo npm install -g cssom
If want to update the cssom package execute the command as below,
$ sudo npm update cssom
Update package globally,
$ npm install -g cssom
$ sudo git clone https://github.com/rektide/cssom.git
$ sudo npm install -g ./cssom
cssom@0.3.2 /usr/lib/node_modules/cssom
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cssom
Package Name | cssom |
Version | 0.3.2 |
Description | CSS Object Model implementation and CSS parser |
Released Date | 2017-01-20T23:52:41.684Z |
Published by | nv |
How to Learn | https://www.npmjs.com/package/cssom/tutorial |