The story begin when i see tutorial about sass, i think it is better to install sass locally. So, i decided to remove sass installed on my mac. I installed sass many times via homebrew for learning but i didn’t notice that there is another sass installed from ruby before.
I ran brew rm node-sass and brew rm sass to remove them. Then when i checked sass -v, it still show the version of sass installed from ruby.
|
|
first, I should check which Ruby version of sass installed from ruby.
|
|
then, I checked list of app installed on that version of Ruby.
|
|
Once i found the culprit, remove it with sudo RBENV_VERSION=3.4.6 gem uninstall sass-embedded -a --force. Then the last run rbenv rehash.