I am using Mac OSX. gem install saas is done. ruby is also update. still show Warning: spawn sass ENOENT Couldn't understand why?
Asked
Active
Viewed 377 times
1 Answers
1
have you updated your xcode?
Here's what worked for me. From "iamcubcs"
https://github.com/oklai/koala/issues/679
- Open Terminal
- Install Homebrew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Do not close Terminal, open Mac Appstore and check Update, install all XCode Command Line Tools updates OR in my case, XCode Command Line Tools started install automaticly throught Terminal right after step 2.
- Back to Terminal
- Install Ruby: brew install rbenv ruby-build
- Install SASS gem: sudo gem install -n /usr/local/bin sass

mllduran
- 86
- 4