is-binary-path : Check if a filepath is a binary file. You can installing is-binary-path 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 is-binary-path $ sudo npm install -g is-binary-path
If want to update the is-binary-path package execute the command as below,
$ sudo npm update is-binary-path
Update package globally,
$ npm install -g is-binary-path
$ sudo git clone https://github.com/rektide/is-binary-path.git
$ sudo npm install -g ./is-binary-path
is-binary-path@2.0.0 /usr/lib/node_modules/is-binary-path
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-binary-path
Package Name | is-binary-path |
Version | 2.0.0 |
Description | Check if a filepath is a binary file |
Released Date | 2016-09-14T11:52:57.308Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/is-binary-path/tutorial |