Installing Meteor Reaction store on local server with ubuntu/kubuntu linux

Installation of meteor reaction Install npm and git if you don’t have it yet. xxx@xxx-pingwinek-7560:~$ sudo apt install npm xxx@xxx-pingwinek-7560:~$ sudo apt-get install git Install reaction-cli xxx@xxx-pingwinek-7560:~$ sudo npm install -g reaction-cli Cloning the master branch of Reaction from Github… xxx@xxx-pingwinek-7560:~$ reaction init /bin/sh: 1: git: not found Error: Unable to clone…