yeoman/generator-backbone

Node-Sass not compiling

Closed this issue · 2 comments

I'm not sure if this is the correct place to post an issue which concerns sass compilation.
I've just scaffolded a new backbone project and the installation worked fine node (0.12.0)

Then if I typed grunt serve, server was started as expected but the shown page doesn't have any styles.
After a lookup into .tmp folder, I saw there's no css folder present.
So changed main.css file manually and saw watcher detects the change but no css file is written.

>> File "app/styles/main.scss" changed.

Running "sass:server" (sass) task

Running "watch" task
Completed in 0.013s at Wed Mar 04 2015 14:17:50 GMT+0100 (CET) - Waiting...

Any suggestions to get the generator working again?

Thanks for any help

Having the same issue. +1

Issue is still present for me (after I made an npm update for all generators)
@Rawry Have you solved it?

module.js:355
Module._extensions[extension](this, filename);
^
Error: Module did not self-register.
at Error (native)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object. (node_modules/grunt-sass/node_modules/node-sass/lib/index.js:181:15)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)