connect-mongo : MongoDB session store for Express and Connect. You can installing connect-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 connect-mongo $ sudo npm install -g connect-mongo
If want to update the connect-mongo package execute the command as below,
$ sudo npm update connect-mongo
Update package globally,
$ npm install -g connect-mongo
$ sudo git clone https://github.com/rektide/connect-mongo.git
$ sudo npm install -g ./connect-mongo
connect-mongo@2.0.0 /usr/lib/node_modules/connect-mongo
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall connect-mongo
Package Name | connect-mongo |
Version | 2.0.0 |
Description | MongoDB session store for Express and Connect |
Released Date | 2017-10-09T00:07:00.180Z |
Published by | jdesboeufs |
How to Learn | https://www.npmjs.com/package/connect-mongo/tutorial |