You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run meteor from the "demo" directory, and seems I get this error:
ReferenceError: Model is not defined
Can you help.?
Full stack trace is:
app/common/examples/models/modelForms.js:1
User = Model.extend({
^
ReferenceError: Model is not defined
at app/common/examples/models/modelForms.js:1:8
at /Users/james/src/meteor-forms/demo/.meteor/local/build/server/server.js:107:21
at Array.forEach (native)
at Function..each..forEach (/Users/james/src/meteor-forms/demo/.meteor/local/build/server/underscore.js:76:11)
at run (/Users/james/src/meteor-forms/demo/.meteor/local/build/server/server.js:93:7)
Exited with code: 1
Your application is crashing. Waiting for file change.
The text was updated successfully, but these errors were encountered:
Yeah sorry none of that project is going to work without lots of effort.
I'd start from scratch.
On Nov 6, 2012 10:28 PM, "James ORourke" notifications@github.com wrote:
I'm trying to run meteor from the "demo" directory, and seems I get this
error:
ReferenceError: Model is not defined
Can you help.?
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/3.
I'm trying to run meteor from the "demo" directory, and seems I get this error:
Can you help.?
Full stack trace is:
app/common/examples/models/modelForms.js:1
User = Model.extend({
^
ReferenceError: Model is not defined
at app/common/examples/models/modelForms.js:1:8
at /Users/james/src/meteor-forms/demo/.meteor/local/build/server/server.js:107:21
at Array.forEach (native)
at Function..each..forEach (/Users/james/src/meteor-forms/demo/.meteor/local/build/server/underscore.js:76:11)
at run (/Users/james/src/meteor-forms/demo/.meteor/local/build/server/server.js:93:7)
Exited with code: 1
Your application is crashing. Waiting for file change.
The text was updated successfully, but these errors were encountered: