Questions tagged [meteor-0.9.4]

Meteor is an open-source platform for building quality web apps fast.

Meteor is an open-source platform for building top-quality web apps in a fraction of the time, whether you're an expert developer or just getting started.

https://www.meteor.com/blog

Related

2 questions
3
votes
1 answer

Iron router: Error: Couldn't find a template named "/" or "". Are you sure you defined it?

I have trouble setting up a simple iron:router example: (docs, sample app) meteor create testapp cd testapp home.html: router.js: Router.route('/', function () { this.render('Home');…
Benjamin Crouzier
  • 40,265
  • 44
  • 171
  • 236
2
votes
1 answer

App is broken after 0.9.4 update: undefined is not a function in dynamic_template.js:371

I had a meteor 0.9.3 app that was working. I ran meteor update. Now I have a bunch or errors (60 total): Uncaught TypeError: undefined is not a function dynamic_template.js:371 Uncaught TypeError: Cannot read property 'prototype' of undefined…
Benjamin Crouzier
  • 40,265
  • 44
  • 171
  • 236