Skip to content

Newly generated app is not functional #44

@cachafla

Description

@cachafla

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions