c9 / core

Cloud9 Core - Part of the Cloud9 SDK for Plugin Development https://c9.github.io/core/ https://c9.io
Other
2.56k stars 921 forks source link

Failed to install SDK in Mac OS 10.14.3 #530

Open mayanbhadage opened 5 years ago

mayanbhadage commented 5 years ago

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

mierea commented 5 years ago

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