How to Install html5shiv NPM Packages on Ubuntu / Debian

How to Install html5shiv software package in NPM Packages

html5shiv : The HTML5 Shiv enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explorer 6-9, Safari 4.x (and iPhone 3.x), and Firefox 3.x.. You can installing html5shiv 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 html5shiv
$ sudo npm install -g html5shiv

If want to update the html5shiv package execute the command as below,

$ sudo npm update html5shiv

Update package globally,

$ npm install -g html5shiv

Git clone:

$ sudo  git clone https://github.com/rektide/html5shiv.git
$ sudo  npm install -g ./html5shiv

html5shiv@3.7.3 /usr/lib/node_modules/html5shiv

How to remove html5shiv package :

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

$ sudo npm uninstall html5shiv

Basic Information of html5shiv NPM Package:

Package Name html5shiv
Version 3.7.3
Description The HTML5 Shiv enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explorer 6-9, Safari 4.x (and iPhone 3.x), and Firefox 3.x.
Released Date 2015-07-20T20:01:55.696Z
Published by afarkas
How to Learn https://www.npmjs.com/package/html5shiv/tutorial