promised-mongo : Easy to use module that implements the mongo api and supports promises. You can installing promised-mongo 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 promised-mongo $ sudo npm install -g promised-mongo
If want to update the promised-mongo package execute the command as below,
$ sudo npm update promised-mongo
Update package globally,
$ npm install -g promised-mongo
$ sudo git clone https://github.com/rektide/promised-mongo.git
$ sudo npm install -g ./promised-mongo
promised-mongo@1.2.0 /usr/lib/node_modules/promised-mongo
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall promised-mongo
| Package Name | promised-mongo |
| Version | 1.2.0 |
| Description | Easy to use module that implements the mongo api and supports promises |
| Released Date | 2015-07-02T08:46:58.272Z |
| Published by | gordonml |
| How to Learn | https://www.npmjs.com/package/promised-mongo/tutorial |