-
Notifications
You must be signed in to change notification settings - Fork 53
Newly generated app is not functional #44
Copy link
Copy link
Open
Description
I was under impression that all of the initial choices for configuring my project were optional, however I am unable to get a running project out of the box.
My environment is:
$ node -v
v0.12.3
$ npm -v
2.9.1
I followed the instructions to install the generator and proceeded to configure a new project like this:
? What more would you like? Sass with Compass, Bootstrap, Modernizr, Jest for unit tests
After it finishes I try to get it running with gulp watch but this is what I get:
$ gulp watch
[12:17:45] Using gulpfile ~/Code/Vink/vink-admin/gulpfile.js
[12:17:45] Starting 'html'...
[12:17:45] Starting 'fonts'...
[12:17:45] Starting 'sass'...
[12:17:46] Starting 'scripts'...
[12:17:46] Starting 'bower'...
[12:17:46] Finished 'bower' after 842 μs
events.js:85
throw er; // Unhandled 'error' event
^
Error: spawn sass ENOENT
at exports._errnoException (util.js:746:11)
at Process.ChildProcess._handle.onexit (child_process.js:1053:32)
at child_process.js:1144:20
at process._tickCallback (node.js:355:11)
Seems like the sass integration is broken? I'm not sure what to do next as I'm just learning about gulp.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels