buffertools : Working with node.js buffers made easy.. You can installing buffertools 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 buffertools $ sudo npm install -g buffertools
If want to update the buffertools package execute the command as below,
$ sudo npm update buffertools
Update package globally,
$ npm install -g buffertools
$ sudo git clone https://github.com/rektide/buffertools.git
$ sudo npm install -g ./buffertools
buffertools@2.1.6 /usr/lib/node_modules/buffertools
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall buffertools
Package Name | buffertools |
Version | 2.1.6 |
Description | Working with node.js buffers made easy. |
Released Date | 2017-04-04T20:06:09.708Z |
Published by | bnoordhuis |
How to Learn | https://www.npmjs.com/package/buffertools/tutorial |