node-int64 : Support for representing 64-bit integers in JavaScript. You can installing node-int64 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 node-int64 $ sudo npm install -g node-int64
If want to update the node-int64 package execute the command as below,
$ sudo npm update node-int64
Update package globally,
$ npm install -g node-int64
$ sudo git clone https://github.com/rektide/node-int64.git
$ sudo npm install -g ./node-int64
node-int64@0.4.0 /usr/lib/node_modules/node-int64
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-int64
Package Name | node-int64 |
Version | 0.4.0 |
Description | Support for representing 64-bit integers in JavaScript |
Released Date | 2015-04-04T02:52:16.354Z |
Published by | broofa |
How to Learn | https://www.npmjs.com/package/node-int64/tutorial |