strip-ansi : Strip ANSI escape codes. You can installing strip-ansi 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 strip-ansi $ sudo npm install -g strip-ansi
If want to update the strip-ansi package execute the command as below,
$ sudo npm update strip-ansi
Update package globally,
$ npm install -g strip-ansi
$ sudo git clone https://github.com/rektide/strip-ansi.git
$ sudo npm install -g ./strip-ansi
strip-ansi@4.0.0 /usr/lib/node_modules/strip-ansi
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall strip-ansi
| Package Name | strip-ansi |
| Version | 4.0.0 |
| Description | Strip ANSI escape codes |
| Released Date | 2017-06-20T19:28:26.510Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/strip-ansi/tutorial |