thoughtbot / proteus-gulp

[no longer maintained]
51 stars 8 forks source link

Gulp watch task fails #14

Closed KraigWalker closed 7 years ago

KraigWalker commented 9 years ago

When starting a new site, just with all the defaults, the default gulp task returns an error when attempting the watch task.

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: spawn ENOENT
  at errnoException (child_process.js:1011:11)
  at Process.ChildProcess._handle.onexit (child_process.js:802:34)
KraigWalker commented 9 years ago

CORRECTION

It appears it's actually the 'views' task that's failing. I tried each one individually.

KraigWalker commented 9 years ago

Figured it out. The haml gem wasn't installed on my machine. Potentially get proteus to insure it's installed?

joshuaogle commented 9 years ago

There is a haml package that should get installed with npm install (or proteus setup). I'll look into it to see if there's a bug with it

joshuaogle commented 9 years ago

It seems to work fine for me. You may want to try running npm install again to see if that's it. If you are still having trouble, I can change which package we're using for that.

tysongach commented 7 years ago

This project is no longer being actively maintained.