How to Install lerna NPM Packages on Ubuntu / Debian

How to Install lerna software package in NPM Packages

lerna : Tool for managing JavaScript projects with multiple packages. You can installing lerna 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 lerna
$ sudo npm install -g lerna

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

$ sudo npm update lerna

Update package globally,

$ npm install -g lerna

Git clone:

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

lerna@2.5.1 /usr/lib/node_modules/lerna

How to remove lerna package :

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

$ sudo npm uninstall lerna

Basic Information of lerna NPM Package:

Package Name lerna
Version 2.5.1
Description Tool for managing JavaScript projects with multiple packages
Released Date 2017-11-01T23:14:22.632Z
Published by evocateur
How to Learn https://www.npmjs.com/package/lerna/tutorial