You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error when starting a project meteor run that uses version 1.2.0 of this project.
Error: Tabular.Table options must specify collection
at new Tabular.Table (packages/aldeed:tabular/common.js:20:1)
at packages/yogiben:admin/lib/both/startup.coffee:100:27
at Function._.each._.forEach (packages/underscore/underscore.js:113:1)
at adminCreateTables (packages/yogiben:admin/lib/both/startup.coffee:77:4)
at __coffeescriptShare (packages/yogiben:admin/lib/both/startup.coffee:178:2)
at /home/brylie/Code/Apinf/api-umbrella-dashboard/.meteor/local/build/programs/server/boot.js:229:5
The text was updated successfully, but these errors were encountered:
I have narrowed this issue down to being a potential issue with the matb33:collection-hooks package. Specifically, adding matb33:collections to a project with this package immediately causes the aforementioned error. I have opened an issue on matb33:collection-hooks for further perspective.
I am getting the following error when starting a project
meteor run
that uses version 1.2.0 of this project.The text was updated successfully, but these errors were encountered: