c9 / core

Cloud9 Core - Part of the Cloud9 SDK for Plugin Development https://c9.github.io/core/ https://c9.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to install SDK in Mac OS 10.14.3

mayanbhadage opened this issue · comments

Was trying to install sdk on mac os but I am getting an error

`Already up to date.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 11769 100 11769 0 0 31218 0 --:--:-- --:--:-- --:--:-- 31217
Installing base packages. Use --help for more options
:Installing Node v6.3.1

real 0m4.256s
user 0m1.362s
sys 0m1.148s
:Installing TMUX
Updating Homebrew...
Warning: tmux 2.8 is already installed and up-to-date
To reinstall 2.8, run brew reinstall tmux
Installed tmux does not appear to work:`

I tried installing tmux again but got the same error when i ran the script

commented

Hello @mayanbhadage

I have a modified version of the install.sh script here: https://github.com/mierea/install/blob/master/install.sh
It basically removes a check on the tmux version and allows newer versions.

Cheers