Easy steps to install lerna package on Mac
Package Information:
Application Name – lerna
What is lerna – Not Available for lerna
Use of lerna – Tool for managing JavaScript projects with multiple packages
URL – https://lerna.js.org
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, run following command to install homebrew (brew)
- Install lerna using brew
brew install lerna

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

lerna is ready to use now!