Closed BernhardBehrendt closed 9 years ago
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.
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.Any suggestions to get the generator working again?
Thanks for any help