lit-html : HTML template literals in JavaScript. You can installing lit-html 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 lit-html $ sudo npm install -g lit-html
If want to update the lit-html package execute the command as below,
$ sudo npm update lit-html
Update package globally,
$ npm install -g lit-html
$ sudo git clone https://github.com/rektide/lit-html.git
$ sudo npm install -g ./lit-html
lit-html@0.7.1 /usr/lib/node_modules/lit-html
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall lit-html
Package Name | lit-html |
Version | 0.7.1 |
Description | HTML template literals in JavaScript |
Released Date | 2017-10-07T19:45:36.662Z |
Published by | polymer |
How to Learn | https://www.npmjs.com/package/lit-html/tutorial |