tweetnacl : Port of TweetNaCl cryptographic library to JavaScript. You can installing tweetnacl 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 tweetnacl $ sudo npm install -g tweetnacl
If want to update the tweetnacl package execute the command as below,
$ sudo npm update tweetnacl
Update package globally,
$ npm install -g tweetnacl
$ sudo git clone https://github.com/rektide/tweetnacl.git
$ sudo npm install -g ./tweetnacl
tweetnacl@1.0.0 /usr/lib/node_modules/tweetnacl
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tweetnacl
| Package Name | tweetnacl |
| Version | 1.0.0 |
| Description | Port of TweetNaCl cryptographic library to JavaScript |
| Released Date | 2017-05-22T18:43:50.045Z |
| Published by | dchest |
| How to Learn | https://www.npmjs.com/package/tweetnacl/tutorial |