Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialalexwood
3,909 PointsUncaught ReferenceError: Ember is not defined
Double checked everything, pretty frustrating, running on mac locally
Robert Richey
Courses Plus Student 16,352 PointsWhat does your index.html look like?
alexwood
3,909 PointsHow do I post HTML in the comments?
5 Answers
Robert Richey
Courses Plus Student 16,352 PointsYou can post code in comments or as an answer. Refer to the Markdown Cheatsheet link at the bottom.
Nejc Vukovic
Full Stack JavaScript Techdegree Graduate 51,574 PointsThis is a long shot but try writting in your code ember and not Ember.
Or maybe declare the var Ember.
There are so many possible answer that you'll have to provide some additional info and code.
alexwood
3,909 PointsCool thanks guys I got it! Now a new error, I didnt change anything, and when I reloaded mongoose I'm getting a 404 error :/
http://192.168.0.26:8080/posts 404 (Not Found)
Nejc Vukovic
Full Stack JavaScript Techdegree Graduate 51,574 PointsBroken link maybe?
But looks like something is wrong in your server config: this on a vhost? Maybe the folder permissions are to narrow?
Please provide some extra info or helping you could get tricky.
alexwood
3,909 PointsThat's what I figured, I'm using codio and not a full on blank server.
Nejc Vukovic
Full Stack JavaScript Techdegree Graduate 51,574 PointsNejc Vukovic
Full Stack JavaScript Techdegree Graduate 51,574 PointsMore info would be good.