buffer : Node.js Buffer API, for the browser. You can installing buffer 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 buffer $ sudo npm install -g buffer
If want to update the buffer package execute the command as below,
$ sudo npm update buffer
Update package globally,
$ npm install -g buffer
$ sudo git clone https://github.com/rektide/buffer.git
$ sudo npm install -g ./buffer
buffer@5.0.8 /usr/lib/node_modules/buffer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall buffer
Package Name | buffer |
Version | 5.0.8 |
Description | Node.js Buffer API, for the browser |
Released Date | 2017-09-29T23:48:48.079Z |
Published by | feross |
How to Learn | https://www.npmjs.com/package/buffer/tutorial |