koa-qs : qs for koa. You can installing koa-qs 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-qs $ sudo npm install -g koa-qs
If want to update the koa-qs package execute the command as below,
$ sudo npm update koa-qs
Update package globally,
$ npm install -g koa-qs
$ sudo git clone https://github.com/rektide/koa-qs.git
$ sudo npm install -g ./koa-qs
koa-qs@2.0.0 /usr/lib/node_modules/koa-qs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall koa-qs
Package Name | koa-qs |
Version | 2.0.0 |
Description | qs for koa |
Released Date | 2015-02-28T04:36:11.886Z |
Published by | fengmk2 |
How to Learn | https://www.npmjs.com/package/koa-qs/tutorial |