-
Notifications
You must be signed in to change notification settings - Fork 145
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
Load order bug: comments and matb33:collection-hooks packages #84
Comments
This was referenced Jul 6, 2015
I have created the following, for demonstration purposes: |
Here is a diff comparing the broken and fixed versions. |
I had figured this out for someone else not long ago... Sorry you had to go through this debugging exercise as well... Meteor-Community-Packages/meteor-collection-hooks#125 (comment) |
I don't have |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a few open bugs describing an indirect error involving Tabular when the
matb33:collection-hooks
package is installed..After troubleshooting the error, I found that it can be resolved by editing
.meteor/packages
and placingmatb33:collection-hooks
above thecomments
package.The text was updated successfully, but these errors were encountered: