
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 from Github. Exiting.
If you have this error in ubuntu just make link using this command
xxx@xxx-pingwinek-7560:~$ sudo ln -s /usr/bin/nodejs /usr/bin/node xxx@xxx-pingwinek-7560:~$ sudo reaction init
How we start Meteor reaction?
xxx@xxx-pingwinek-7560:~$ cd reaction
xxx@xxx-pingwinek-7560:~$ reaction
and if you have this error
xxx@xxx-pingwinek-7560:~/reaction$ reaction Using settings file at settings/dev.settings.json Setting up plugin imports... Failed to reset plugins file at ..
Just change ownership for your reaction directory
sudo chown -R youruser:youruser /home/youruser