安装intuit时找不到有效的gem-Wasabi

时间:2019-01-08 21:32:06

标签: intuit-wasabi

我正在尝试在Mac上安装Wasabi。 https://github.com/intuit/wasabi

我正在执行GitHub页面上提到的步骤,以安装所需的工具,然后构建并运行完整的Wasabi堆栈。

Mac OS

% /usr/bin/ruby \
  -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
% brew install git
% git clone https://github.com/intuit/wasabi.git
% cd wasabi
% ./bin/wasabi.sh bootstrap

在此步骤中,当我运行./bin/wasabi.sh bootstrap时,它将安装所有内容,然后最终出现以下错误:

Everything looks all right!
+ yo@2.0.5
added 542 packages from 266 contributors in 33.557s
/usr/local/bin/grunt -> /usr/local/lib/node_modules/grunt-cli/bin/grunt
+ grunt-cli@1.3.2
added 152 packages from 122 contributors in 7.443s
npm WARN deprecated bower@1.8.4: We don't recommend using Bower for new projects. Please consider Yarn and Webpack or Parcel. You can read how to migrate legacy project here: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
/usr/local/bin/bower -> /usr/local/lib/node_modules/bower/bin/bower
+ bower@1.8.4
added 1 package from 1 contributor in 8.454s
ERROR:  Could not find a valid gem 'compass' (>= 0), here is why:
          Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: tlsv1 alert protocol version (https://rubygems.org/latest_specs.4.8.gz)

这真的是一个错误,我应该做些什么吗,或者这不是安装错误

0 个答案:

没有答案