keytar : Bindings to native Mac/Linux/Windows password APIs. You can installing keytar 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 keytar $ sudo npm install -g keytar
If want to update the keytar package execute the command as below,
$ sudo npm update keytar
Update package globally,
$ npm install -g keytar
$ sudo git clone https://github.com/rektide/keytar.git
$ sudo npm install -g ./keytar
keytar@4.0.5 /usr/lib/node_modules/keytar
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall keytar
Package Name | keytar |
Version | 4.0.5 |
Description | Bindings to native Mac/Linux/Windows password APIs |
Released Date | 2017-10-24T19:20:30.057Z |
Published by | damieng |
How to Learn | https://www.npmjs.com/package/keytar/tutorial |