How to Install standard-version NPM Packages on Ubuntu / Debian

How to Install standard-version software package in NPM Packages

standard-version : replacement for `npm version` with automatic CHANGELOG generation. You can installing standard-version 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 standard-version
$ sudo npm install -g standard-version

If want to update the standard-version package execute the command as below,

$ sudo npm update standard-version

Update package globally,

$ npm install -g standard-version

Git clone:

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

standard-version@4.2.0 /usr/lib/node_modules/standard-version

How to remove standard-version package :

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

$ sudo npm uninstall standard-version

Basic Information of standard-version NPM Package:

Package Name standard-version
Version 4.2.0
Description replacement for `npm version` with automatic CHANGELOG generation
Released Date 2017-06-12T22:34:35.332Z
Published by bcoe
How to Learn https://www.npmjs.com/package/standard-version/tutorial