thunky : delay the evaluation of a paramless async function and cache the result. You can installing thunky 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 thunky $ sudo npm install -g thunky
If want to update the thunky package execute the command as below,
$ sudo npm update thunky
Update package globally,
$ npm install -g thunky
$ sudo git clone https://github.com/rektide/thunky.git
$ sudo npm install -g ./thunky
thunky@1.0.2 /usr/lib/node_modules/thunky
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall thunky
| Package Name | thunky |
| Version | 1.0.2 |
| Description | delay the evaluation of a paramless async function and cache the result |
| Released Date | 2017-02-12T00:48:28.724Z |
| Published by | mafintosh |
| How to Learn | https://www.npmjs.com/package/thunky/tutorial |