How to Install exif-parser NPM Packages on Ubuntu / Debian

How to Install exif-parser software package in NPM Packages

exif-parser : A javascript library to extract Exif metadata from images, in node and in the browser.. You can installing exif-parser 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 exif-parser
$ sudo npm install -g exif-parser

If want to update the exif-parser package execute the command as below,

$ sudo npm update exif-parser

Update package globally,

$ npm install -g exif-parser

Git clone:

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

exif-parser@0.1.12 /usr/lib/node_modules/exif-parser

How to remove exif-parser package :

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

$ sudo npm uninstall exif-parser

Basic Information of exif-parser NPM Package:

Package Name exif-parser
Version 0.1.12
Description A javascript library to extract Exif metadata from images, in node and in the browser.
Released Date 2017-07-19T17:31:05.431Z
Published by bwindels
How to Learn https://www.npmjs.com/package/exif-parser/tutorial