-
Notifications
You must be signed in to change notification settings - Fork 7
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
Meteor versions supported? #2
Comments
Welcome @hectoroso! |
Thanks @vlasky! I'm very excited to hear this. To test it out I tried to update numtel's MySQL leaderboard example. I updated the calls to
changed to
I then ran:
However, running
Did I make a mistake in how I used |
@hectoroso For instance, overcoming the error you are reporting above requires you to add the Meteor ecmascript and typescript packages to the project and then add this line to the top of leaderboard.js:
I just spent some time to poke around and I got the leaderboard example mostly working with vlasky:mysql and Meteor 2.6, but it needs more TLC to be suitable to use as teaching-quality code for newcomers. I am busy at the moment but I will revisit it. If you really want, perhaps I can send you my current modified code privately. |
I did add that import, but not any additional packages. If you could send me what code you have that would be a great starting point, thanks! [email protected] |
Hi @vlasky, I'm just following up. Would it be possible for you to send me your current modified code? I'm a little stuck, and I'm thinking it's probably some configuration. Also I noticed that you forked numtel's MySQL leaderboard example. Another option would be to push your changes up there, with a note in the Readme saying it's a work in progress. Whatever is easiest for you. Thanks again! |
My company has been using Meteor 1.6 with
numtel/meteor-mysql
. One of the things that has kept us from upgrading Meteor is that the package doesn't work with newer versions of Meteor. A lot of articles have suggested Apollo/GraphQL, but while investigating whether there was a live query capability, I ran into this package.Is this still being supported and is it compatible with newer versions of Meteor?
The text was updated successfully, but these errors were encountered: