How to Install picturefill NPM Packages on Ubuntu / Debian

How to Install picturefill software package in NPM Packages

picturefill : A responsive image polyfill.. You can installing picturefill 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 picturefill
$ sudo npm install -g picturefill

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

$ sudo npm update picturefill

Update package globally,

$ npm install -g picturefill

Git clone:

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

picturefill@3.0.2 /usr/lib/node_modules/picturefill

How to remove picturefill package :

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

$ sudo npm uninstall picturefill

Basic Information of picturefill NPM Package:

Package Name picturefill
Version 3.0.2
Description A responsive image polyfill.
Released Date 2016-02-12T18:19:46.513Z
Published by wilto
How to Learn https://www.npmjs.com/package/picturefill/tutorial