Hector O.

Results 11 comments of Hector O.

I'm currently trying upgrade from Meteor 1.6.1.4 to Meteor 1.7 and I ran into this issue. @Fabbok1x, in your workaround you list the step ``` Install mysql:numtel doing: meteor npm...

@underzerosyncbnb thanks for the quick reply! However, I get a similar error: ``` > npm install --save numtel:mysql npm ERR! code EUNSUPPORTEDPROTOCOL npm ERR! Unsupported URL Type "numtel:": numtel:mysql ```

I do have a package.json. I also tried using yarn, but the same error: ``` > yarn add numtel:mysql ... error An unexpected error occurred: "numtel:mysql: Invalid protocol: numtel:". ```

So it appears to me `numtel:mysql` won't work because both npm and yarn expect anything before a colon ':' to be a protocol, like https, git, file, etc. So instead...

I have run into this issue as well. To test it, I've created a Meteor-React-Mysql version of the Tasks app from the tutorial using mysql and put it into a...

This suddenly started happening in my app, without any changes that would seem to be a possible cause. Any thoughts of what might cause an error like this? What I...

What glitch are you seeing? I'm also using it inside bootstrap row. For me it suddenly jumps in value when I release the mouse. Below is what I see when...

Thanks @vlasky! I'm very excited to hear this. To test it out I tried to update [numtel's MySQL leaderboard example](https://github.com/numtel/meteor-mysql-leaderboard). I updated the calls to `Meteor.publish()` to include `LiveMysqlKeySelector`, and...

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]