-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Newly generated app is not functional #44
Comments
I get the same error. $ npm -v |
Thanks for your report. Let me check. |
same here. |
+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? |
OSX 10.10.2 I've tried to switching to libsass, but same issue. |
@stuartmemo please try to run this command |
@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 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. |
Any fix for this that does not involve downgrading to node 0.10? |
I updated sass task to fix this issue. |
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.
The text was updated successfully, but these errors were encountered: