Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7764507
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T14:55:47+00:00 2026-06-01T14:55:47+00:00

Any hints what the following exception might be about? Running on: http://localhost:3000/ No dependency

  • 0

Any hints what the following exception might be about?

Running on: http://localhost:3000/
No dependency info in bundle. Filesystem monitoring disabled.
Errors prevented startup:
Exception while bundling application:
Error

at Object.<anonymous> (/usr/local/meteor/lib/node_modules/handlebars/lib/handlebars/utils.js:11:34)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)
at Module.load (module.js:348:32)
at Function._load (module.js:308:12)
at Module.require (module.js:354:17)
at require (module.js:370:17)
at Object.<anonymous> (/usr/local/meteor/lib/node_modules/handlebars/lib/handlebars.js:6:1)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)

My HTML:

<head>
    <title>dinokiller</title>
</head>
<body>
    <div id="outer">
        <div>
            {{> dinostemp}}
        </div>
    </div>
</body>

<template name="dinostemp">
    {{#each dinos}}
                <div>
                    <img src="{{pix}}"/>
                </div>
    {{/dinos}}
</template>

And JS:

Dinos = new Meteor.Collection("dinos");
// On server startup, create some dinos if the database is empty.
if (Meteor.is_server) {
  Meteor.startup(function () {
    if (Dinos.find().count() === 0) {
      var dinoPix = ["https://encrypted-tbn2.google.com/images?q=tbn:ANd9GcRwVgHngNuY25hibRmniM1xsVhSlyf_ksctjjVMZ11zmX_kxzfe8w",
                    "https://encrypted-tbn2.google.com/images?q=tbn:ANd9GcRFcKunc_qEdRzqyPgKGMHdSbwaiaiqGYMr8rfoRtBKNVf_U8O-",
                   "https://encrypted-tbn1.google.com/images?q=tbn:ANd9GcQbBCccfaS4QqAWrvUSxqyATiKMIitU5YMkdxJfo6ax4dsUxGmmbA",
                   "https://encrypted-tbn2.google.com/images?q=tbn:ANd9GcTGVyjyj76ppSFsXTF5xjiWLw77oR7d9fxmVkkaj4dhsBWQioRz"];

    Dinos.insert({pix:dinoPix[0], div:"11"});
    Dinos.insert({pix:dinoPix[1], div:"22"});
    Dinos.insert({pix:dinoPix[2], div:"31"});
    Dinos.insert({pix:dinoPix[3], div:"44"});
    }
  });
}

// Set up a collection to contain player information. On the server,
// it is backed by a MongoDB collection named "dinos."
if(Meteor.is_client){
    Template.dinostemp.dinos = function(){
        return Dinos.find();
    };
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T14:55:48+00:00Added an answer on June 1, 2026 at 2:55 pm

    You need {{/each}} to close the loop, not {{/dinos}}.

    Error handling around malformed templates is still a work in progress.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting the following random Exception when running this Activity. I found another
Any hints on how to let emacs send unbinded F1..F12 keys to programs just
I have a complex Query (Without any locking hints) that takes data from many
is there any way how to enable Eclipse to show hints for parameters of
The following method thrwos an exception in the line: Point childPosition = vb.TransformToAncestor(surfaceWindow).Transform(new Point(0,
After upgrading to Android 2.3.4, I am getting following exception: javax.net.ssl.SSLException: Read error: ssl=0x*:
dear fellow programmers! I'd really appreciate a few answers or hints concerning following problem:
In my XAML and when I build I get the following exception: Error 3
I have the following method that makes a HTTP Get request on a server
i was following the guide http://appfuse.org/display/APF/Using+Struts+2 to make a simple appfuse site, but i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.