Why does “compass watch” say it cannot load sass/script/node (LoadError)?

Uninstall sass and reinstall it with the following:

gem uninstall sass
gem install sass

There was an issue with my installation of sass and doing this fixed the issue.

Leave a Comment