nunjucks : A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired). You can installing nunjucks 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 nunjucks $ sudo npm install -g nunjucks
If want to update the nunjucks package execute the command as below,
$ sudo npm update nunjucks
Update package globally,
$ npm install -g nunjucks
$ sudo git clone https://github.com/rektide/nunjucks.git
$ sudo npm install -g ./nunjucks
nunjucks@3.0.1 /usr/lib/node_modules/nunjucks
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nunjucks
Package Name | nunjucks |
Version | 3.0.1 |
Description | A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired) |
Released Date | 2017-05-24T13:10:54.409Z |
Published by | fdintino |
How to Learn | https://www.npmjs.com/package/nunjucks/tutorial |