binary-extensions : List of binary file extensions. You can installing binary-extensions 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 binary-extensions $ sudo npm install -g binary-extensions
If want to update the binary-extensions package execute the command as below,
$ sudo npm update binary-extensions
Update package globally,
$ npm install -g binary-extensions
$ sudo git clone https://github.com/rektide/binary-extensions.git
$ sudo npm install -g ./binary-extensions
binary-extensions@1.11.0 /usr/lib/node_modules/binary-extensions
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall binary-extensions
Package Name | binary-extensions |
Version | 1.11.0 |
Description | List of binary file extensions |
Released Date | 2017-11-18T10:30:03.052Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/binary-extensions/tutorial |