koa-views : Template rendering middleware for koa. You can installing koa-views 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-views $ sudo npm install -g koa-views
If want to update the koa-views package execute the command as below,
$ sudo npm update koa-views
Update package globally,
$ npm install -g koa-views
$ sudo git clone https://github.com/rektide/koa-views.git
$ sudo npm install -g ./koa-views
koa-views@6.1.2 /usr/lib/node_modules/koa-views
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall koa-views
Package Name | koa-views |
Version | 6.1.2 |
Description | Template rendering middleware for koa |
Released Date | 2017-11-12T05:05:25.289Z |
Published by | int64ago |
How to Learn | https://www.npmjs.com/package/koa-views/tutorial |