You can fix this easily and keep a local package while a working version is being released.
Was this in response to my comment?
If so, whereās information for the fix?
Could be very useful as our initial deployment may happen on this coming Friday.
Hi @Spyridon
Here is the (small) fi to make grapher works with meteor 2.6 : Grapher 1.3 has been released - #73 by paulishca
Or better, you can clone this fork in your local packages
folder and get goinā !
Enjoy.
This didnāt seem to work for me, when attempting to add it gives this error:
Any ideas on how to fix this one?
I just want to report that using the fork linked above, and the linked suggestion of of āmeteor add matb33:collection-hooks@1.0.1!ā did indeed work, in case anyone else runs in to similar issues!
Happy Thursday!
Iām trying to getCount()
in a subscribeCount()
query, but itās not working, any ideas why? (the code is right, but the subscription is never ready and it loops)
Has the official Grapher package been updated to not cause issues? Or is the manual install with collection hookds @1.0.1! still necessary?
Hi @rechdan I didnāt saw your post before.
What version of meteor do you use actually ?
You maybe try a fork of grapher
which is not really maintaned. This one work great for me : https://github.com/pmogollons/grapher
Greetings