tmaximini / generator-ionic-gulp

A Yeoman generator for fast hybrid app development that stays out of your way
134 stars 36 forks source link

Running gulp on new app gives Sass executable error #3

Closed henry74 closed 9 years ago

henry74 commented 9 years ago
Error: Missing the Sass executable. Please install and make available on your PATH.
    at errnoException (child_process.js:1011:11)
    at Process.ChildProcess._handle.onexit (child_process.js:802:34)

Perhaps add recommended way to install Sass to documentation?

tmaximini commented 9 years ago

Please make sure you have the ruby sass gem installed (I am using https://github.com/sindresorhus/gulp-ruby-sass here to compile .scss to .css). gem install sass will do it. I will add it to the documentation.