我正在尝试运行 grunt-contrib-compass,但遇到此错误:
Warning: Couldn't find the `compass` binary. Make sure it's installed and in your $PATH Use --force to continue.
Run Code Online (Sandbox Code Playgroud)
我跑了:
sudo gem install compasssudo gem install sasssudo gem update --system当我做 gem list 时,我得到:
compass (1.0.1)
rails (4.1.6)
sass (3.4.5, 3.3.4)
Run Code Online (Sandbox Code Playgroud)
红宝石:
ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-darwin12.0]
Run Code Online (Sandbox Code Playgroud)
关于如何让 grunt-contrib-compass 工作的任何建议或解决方案?