koa-generic-session : koa generic session store by memory, redis or others. You can installing koa-generic-session 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 koa-generic-session $ sudo npm install -g koa-generic-session
If want to update the koa-generic-session package execute the command as below,
$ sudo npm update koa-generic-session
Update package globally,
$ npm install -g koa-generic-session
$ sudo git clone https://github.com/rektide/koa-generic-session.git
$ sudo npm install -g ./koa-generic-session
koa-generic-session@2.0.0 /usr/lib/node_modules/koa-generic-session
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall koa-generic-session
Package Name | koa-generic-session |
Version | 2.0.0 |
Description | koa generic session store by memory, redis or others |
Released Date | 2017-07-12T03:35:16.260Z |
Published by | niftylettuce |
How to Learn | https://www.npmjs.com/package/koa-generic-session/tutorial |