nano : The official CouchDB client for Node.js. You can installing nano 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 nano $ sudo npm install -g nano
If want to update the nano package execute the command as below,
$ sudo npm update nano
Update package globally,
$ npm install -g nano
$ sudo git clone https://github.com/rektide/nano.git
$ sudo npm install -g ./nano
nano@6.4.2 /usr/lib/node_modules/nano
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nano
Package Name | nano |
Version | 6.4.2 |
Description | The official CouchDB client for Node.js |
Released Date | 2017-09-20T20:34:01.036Z |
Published by | glynnbird |
How to Learn | https://www.npmjs.com/package/nano/tutorial |