michaelkrone / generator-material-app

Yet another yeoman generator for scaffolding a simple Node.js/Express/MongoDB/Angular.js app using some material design elements.
MIT License
177 stars 47 forks source link

EventEmitter depreciation in gulpfile #98

Open mikesterific opened 8 years ago

mikesterific commented 8 years ago

Hi, I'm getting the following when attempting 'gulp build': events.js:160 throw er; // Unhandled 'error' event ^ Error: spawn sass ENOENT at exports._errnoException (util.js:1007:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:182:32) at onErrorNT (internal/child_process.js:348:16) at _combinedTickCallback (internal/process/next_tick.js:74:11) at process._tickDomainCallback (internal/process/next_tick.js:122:9)

Stupidism commented 8 years ago

install sass in your machine...

michaelkrone commented 8 years ago

See here: http://sass-lang.com/install