How to Install lit-html NPM Packages on Ubuntu / Debian

How to Install lit-html software package in NPM Packages

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

Git clone:

$ 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

How to remove lit-html package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall lit-html

Basic Information of lit-html NPM Package:

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