7
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CatalinaにアップデートしSassが使えなくなった時の対処法

Last updated at Posted at 2019-10-10

CatalinaにアップデートしSassが使えなくなったら

MacOSをMojaveからCatalinaにアップデートして、以前まで使えていたSASSのコンパイルができなくなった

エラー

sassコマンドを使用しようとしたら、

$ sass
>>> /usr/local/bin/sass: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby: bad interpreter: No such file or directory

とおこられた。。。

##対処法

1. Xcodeをアップデート

*App Store*からアップデートを行う

2. Rubyを再インストール

2.1 ターミナルでRubyを再インストールする

brew install rbenv ruby-build

2.2 Sass と compass をインストールする

sudo gem install -n /usr/local/bin sass
sudo gem install -n /usr/local/bin compass

結果

OSアップデートすると色々と面倒なので慎重にアップデートしましょう!

7
6
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?