jade : A clean, whitespace-sensitive template language for writing HTML. You can installing jade 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 jade $ sudo npm install -g jade
If want to update the jade package execute the command as below,
$ sudo npm update jade
Update package globally,
$ npm install -g jade
$ sudo git clone https://github.com/rektide/jade.git
$ sudo npm install -g ./jade
jade@1.11.0 /usr/lib/node_modules/jade
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jade
| Package Name | jade |
| Version | 1.11.0 |
| Description | A clean, whitespace-sensitive template language for writing HTML |
| Released Date | 2015-06-12T05:13:07.515Z |
| Published by | alubbe |
| How to Learn | https://www.npmjs.com/package/jade/tutorial |