I am using Yeoman. After upgrading to Yosemite, the tasks grunt server
and grunt build
throw this error:
/Users/rogerfuentes/Documents/Web/Kelios/test/node_modules/grunt-contrib-compass/node_modules/tmp/lib/tmp.js:261
throw err;
^
Error: spawn ENOENT
at errnoException (child_process.js:1001:11)
at Process.ChildProcess._handle.onexit (child_process.js:792:34)
What is causing this error, and how can it be fixed?
If you run compass on the terminal window, you will see the following error:
If you go to the
/System/Library/Frameworks/Ruby.framework
, you will see the installation has updated Ruby version to 2.0. That's why running the compass fails, because there is no ruby 1.8 anymore.The solution is to re-install compass on Yosemite by running: