mongo : A thin wrapper for the mongodb library. You can installing 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 mongo $ sudo npm install -g mongo
If want to update the mongo package execute the command as below,
$ sudo npm update mongo
Update package globally,
$ npm install -g mongo
$ sudo git clone https://github.com/rektide/mongo.git
$ sudo npm install -g ./mongo
mongo@0.1.0 /usr/lib/node_modules/mongo
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mongo
Package Name | mongo |
Version | 0.1.0 |
Description | A thin wrapper for the mongodb library |
Released Date | 2012-01-04T11:47:29.984Z |
Published by | cohara87 |
How to Learn | https://www.npmjs.com/package/mongo/tutorial |