bitfield : a very simple bitfield implementation using buffers. You can installing bitfield 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 bitfield $ sudo npm install -g bitfield
If want to update the bitfield package execute the command as below,
$ sudo npm update bitfield
Update package globally,
$ npm install -g bitfield
$ sudo git clone https://github.com/rektide/bitfield.git
$ sudo npm install -g ./bitfield
bitfield@1.1.2 /usr/lib/node_modules/bitfield
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bitfield
Package Name | bitfield |
Version | 1.1.2 |
Description | a very simple bitfield implementation using buffers |
Released Date | 2015-07-03T03:58:15.311Z |
Published by | feross |
How to Learn | https://www.npmjs.com/package/bitfield/tutorial |