-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sematacc crashing on meteor 0.6.5.1 #27
Comments
Hello and thank you for taking the time to report this issue. SematAcc is running fine with Meteor 0.6.5.1 for me. Are meteor example projects working on your machine? For example does the following
and then browsing http://localhost:3000 work? |
Meteor seems fine and leaderboard works okay; taken a fresh git clone of sematacc and still get the same error; will look further at it tomorrow |
Thanks malcra. |
I could reproduce the issue. Meteor 0.6.5.1 introduced a new standard for writing packages and some issues are arising. I have just commented in a meteor-router related issue. Hopefully we can sort it out soon. |
The issue you pointed out (#1064) has nothing to do with packages. |
Thanks @Slava, you are right about the issue per se. I actually linked to a comment of that issue, which seems related to packages and Meteor 0.6.5.1. Sorry for the notification. The same error happened to me when I updated to v0.6.5.1. I have the same error message and deleting standard-app-packages does not change anything. However, the issue with SematAcc is probably related to how meteor-router and meteor-page-js-ie-support packages are packaged. They probably need to be updated to work with v0.6.5.1. I am not completely sure, unfortunately. |
@malcra it should finally work. Download the latest changes, run |
Compatibility with Meteor v0.6.6+. Fixes #27
get the following error running with meteor 0.6.5.1, running on Fedora 17
Your app is crashing. Here's the latest log.
W20130910-16:39:15.426(1)? (STDERR) /home/mherbert/.meteor/tools/3cba50c44a/lib/node_modules/fibers/future.js:173
W20130910-16:39:15.426(1)? (STDERR) throw(ex);
W20130910-16:39:15.426(1)? (STDERR) ^
W20130910-16:39:15.428(1)? (STDERR) ReferenceError: Meteor is not defined
W20130910-16:39:15.428(1)? (STDERR) at app/model.js:11:14
W20130910-16:39:15.428(1)? (STDERR) at app/model.js:17:3
W20130910-16:39:15.429(1)? (STDERR) at mains (/home/mherbert/sematacc/.meteor/local/build/programs/server/boot.js:153:10)
W20130910-16:39:15.429(1)? (STDERR) at Array.forEach (native)
W20130910-16:39:15.429(1)? (STDERR) at Function..each..forEach (/home/mherbert/.meteor/tools/3cba50c44a/lib/node_modules/underscore/underscore.js:79:11)
W20130910-16:39:15.429(1)? (STDERR) at /home/mherbert/sematacc/.meteor/local/build/programs/server/boot.js:80:5
=> Exited with code: 1
=> Your application is crashing. Waiting for file change.
The text was updated successfully, but these errors were encountered: