thinky : RethinkDB ORM for Node.js. You can installing thinky 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 thinky $ sudo npm install -g thinky
If want to update the thinky package execute the command as below,
$ sudo npm update thinky
Update package globally,
$ npm install -g thinky
$ sudo git clone https://github.com/rektide/thinky.git
$ sudo npm install -g ./thinky
thinky@2.3.9 /usr/lib/node_modules/thinky
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall thinky
| Package Name | thinky |
| Version | 2.3.9 |
| Description | RethinkDB ORM for Node.js |
| Released Date | 2017-09-03T04:53:20.833Z |
| Published by | neumino |
| How to Learn | https://www.npmjs.com/package/thinky/tutorial |