fast-crc32c : CRC32C algorithm with hardware acceleration and software fallback.. You can installing fast-crc32c 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 fast-crc32c $ sudo npm install -g fast-crc32c
If want to update the fast-crc32c package execute the command as below,
$ sudo npm update fast-crc32c
Update package globally,
$ npm install -g fast-crc32c
$ sudo git clone https://github.com/rektide/fast-crc32c.git
$ sudo npm install -g ./fast-crc32c
fast-crc32c@1.0.4 /usr/lib/node_modules/fast-crc32c
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fast-crc32c
Package Name | fast-crc32c |
Version | 1.0.4 |
Description | CRC32C algorithm with hardware acceleration and software fallback. |
Released Date | 2016-07-04T12:55:01.596Z |
Published by | ashi009 |
How to Learn | https://www.npmjs.com/package/fast-crc32c/tutorial |