js-nacl : High-level API to libsodium.. You can installing js-nacl 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 js-nacl $ sudo npm install -g js-nacl
If want to update the js-nacl package execute the command as below,
$ sudo npm update js-nacl
Update package globally,
$ npm install -g js-nacl
$ sudo git clone https://github.com/rektide/js-nacl.git
$ sudo npm install -g ./js-nacl
js-nacl@1.2.2 /usr/lib/node_modules/js-nacl
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall js-nacl
Package Name | js-nacl |
Version | 1.2.2 |
Description | High-level API to libsodium. |
Released Date | 2017-03-08T21:11:51.257Z |
Published by | tonyg |
How to Learn | https://www.npmjs.com/package/js-nacl/tutorial |