How to Install parse-diff NPM Packages on Ubuntu / Debian

How to Install parse-diff software package in NPM Packages

parse-diff : Unified diff parser. You can installing parse-diff 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 parse-diff
$ sudo npm install -g parse-diff

If want to update the parse-diff package execute the command as below,

$ sudo npm update parse-diff

Update package globally,

$ npm install -g parse-diff

Git clone:

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

parse-diff@0.4.0 /usr/lib/node_modules/parse-diff

How to remove parse-diff package :

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

$ sudo npm uninstall parse-diff

Basic Information of parse-diff NPM Package:

Package Name parse-diff
Version 0.4.0
Description Unified diff parser
Released Date 2016-10-05T13:16:54.563Z
Published by sergeyt
How to Learn https://www.npmjs.com/package/parse-diff/tutorial