strip-bom : Strip UTF-8 byte order mark (BOM) from a string. You can installing strip-bom 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-bom $ sudo npm install -g strip-bom
If want to update the strip-bom package execute the command as below,
$ sudo npm update strip-bom
Update package globally,
$ npm install -g strip-bom
$ sudo git clone https://github.com/rektide/strip-bom.git
$ sudo npm install -g ./strip-bom
strip-bom@3.0.0 /usr/lib/node_modules/strip-bom
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall strip-bom
| Package Name | strip-bom |
| Version | 3.0.0 |
| Description | Strip UTF-8 byte order mark (BOM) from a string |
| Released Date | 2016-04-30T16:02:44.907Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/strip-bom/tutorial |