crc32 : CRC-32 implemented in JavaScript. You can installing crc32 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 crc32 $ sudo npm install -g crc32
If want to update the crc32 package execute the command as below,
$ sudo npm update crc32
Update package globally,
$ npm install -g crc32
$ sudo git clone https://github.com/rektide/crc32.git
$ sudo npm install -g ./crc32
crc32@0.2.2 /usr/lib/node_modules/crc32
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall crc32
Package Name | crc32 |
Version | 0.2.2 |
Description | CRC-32 implemented in JavaScript |
Released Date | 2011-11-21T18:45:16.320Z |
Published by | beatgammit |
How to Learn | https://www.npmjs.com/package/crc32/tutorial |