ansi-to-html : Convert ansi escaped text streams to html.. You can installing ansi-to-html 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 ansi-to-html $ sudo npm install -g ansi-to-html
If want to update the ansi-to-html package execute the command as below,
$ sudo npm update ansi-to-html
Update package globally,
$ npm install -g ansi-to-html
$ sudo git clone https://github.com/rektide/ansi-to-html.git
$ sudo npm install -g ./ansi-to-html
ansi-to-html@0.6.3 /usr/lib/node_modules/ansi-to-html
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ansi-to-html
Package Name | ansi-to-html |
Version | 0.6.3 |
Description | Convert ansi escaped text streams to html. |
Released Date | 2017-07-09T12:16:57.331Z |
Published by | rburns |
How to Learn | https://www.npmjs.com/package/ansi-to-html/tutorial |