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 trialTyler Haas
20,623 Pointsgetting Uncaught Error: Could not find module handlebars when i open the console any suggestions?
<!DOCTYPE html>
<html>
<head>
<title>Dracula's Blog</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<script type="text/javascript" src="libs/jquery-1.11.2.js"></script>
<script type="text/javascript" src="libs/ember.js"></script>
<script type="text/javascript" src="libs/handlebars-v1.3.0.js"></script>
<script type="text/javascript" src="libs/ember-handlebars-loader-0.0.1.js"></script>
</head>
<body>
</body>
</html>