ejs : Embedded JavaScript templates. You can installing ejs 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 ejs $ sudo npm install -g ejs
If want to update the ejs package execute the command as below,
$ sudo npm update ejs
Update package globally,
$ npm install -g ejs
$ sudo git clone https://github.com/rektide/ejs.git
$ sudo npm install -g ./ejs
ejs@2.5.7 /usr/lib/node_modules/ejs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ejs
Package Name | ejs |
Version | 2.5.7 |
Description | Embedded JavaScript templates |
Released Date | 2017-07-30T03:30:11.422Z |
Published by | mde |
How to Learn | https://www.npmjs.com/package/ejs/tutorial |