Open cachafla opened 9 years ago
I get the same error.
$ npm -v 2.10.0 $ node -v v0.12.2
Thanks for your report. Let me check.
same here. "Sass with Compass, Jest for unit tests" $ npm -v 2.7.5 $ node -v v0.12.2
+1
Having this issue as well. Anyone have any idea of a temporary workaround?
Hi all, may I have more information about your environments like the version of ruby, sass, node, npm and OS? Thanks.
OSX 10.10.2 Ruby 2.1.3 Sass 3.4.14 Node 0.12.0 npm 2.5.1
I've tried to switching to libsass, but same issue.
@stuartmemo please try to run this command npm install gulp-ruby-sass@1.0.5
to install gulp-ruby-sass
in your project folder and try again.
@randylien No difference sorry.
Ok, think I figured it out. I believe that this error happens if you reference an non-existent file in your HTML build tags. So, for example, I had.
<script src="bower_components/jquery/dist/jquery.js"></script>
But my dist directory inside bower_components
didn't exist.
Hope that helps!
Another possible fix is to downgrade Node to 0.10. Once I did that everything seemed to work.
Thanks @runlevelsix , it seems like people will encounter dependency issues in node 0.12. I will update this repo and mention this in README.
Any fix for this that does not involve downgrading to node 0.10?
I updated sass task to fix this issue. Please try @0.0.29.
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:
I followed the instructions to install the generator and proceeded to configure a new project like this:
After it finishes I try to get it running with
gulp watch
but this is what I get:Seems like the sass integration is broken? I'm not sure what to do next as I'm just learning about gulp.