dom-serializer : render dom nodes to string. You can installing dom-serializer 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 dom-serializer $ sudo npm install -g dom-serializer
If want to update the dom-serializer package execute the command as below,
$ sudo npm update dom-serializer
Update package globally,
$ npm install -g dom-serializer
$ sudo git clone https://github.com/rektide/dom-serializer.git
$ sudo npm install -g ./dom-serializer
dom-serializer@0.1.0 /usr/lib/node_modules/dom-serializer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dom-serializer
Package Name | dom-serializer |
Version | 0.1.0 |
Description | render dom nodes to string |
Released Date | 2015-02-11T22:37:38.358Z |
Published by | feedic |
How to Learn | https://www.npmjs.com/package/dom-serializer/tutorial |