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 know it's too early to open this issue, but probably It will remain broken on 1.0.4 final.
When using meteorhacks:aggregate which depends on this package, meteor run throws this exception:
W20150309-22:13:07.489(-3)? (STDERR) TypeError: Cannot call method 'bind' of undefined
W20150309-22:13:07.489(-3)? (STDERR) at [object Object].MongoInternals.RemoteCollectionDriver.open (packages/meteorhacks:collection-utils/index.js:5:1)
W20150309-22:13:07.489(-3)? (STDERR) at new Mongo.Collection (packages/mongo/collection.js:104:1)
W20150309-22:13:07.489(-3)? (STDERR) at [object Object].ns.Collection (packages/matb33:collection-hooks/collection-hooks.js:190:1)
W20150309-22:13:07.489(-3)? (STDERR) at ServiceConfiguration.configurations._ensureIndex.service (packages/service-configuration/service_configuration_common.js:8:1)
W20150309-22:13:07.489(-3)? (STDERR) at /Users/ernestorocha/Documents/app/.meteor/local/build/programs/server/packages/service-configuration.js:54:4
W20150309-22:13:07.489(-3)? (STDERR) at /Users/ernestorocha/Documents/app/.meteor/local/build/programs/server/packages/service-configuration.js:111:3
W20150309-22:13:07.489(-3)? (STDERR) at /Users/ernestorocha/Documents/app/.meteor/local/build/programs/server/boot.js:222:10
W20150309-22:13:07.489(-3)? (STDERR) at Array.forEach (native)
W20150309-22:13:07.490(-3)? (STDERR) at Function._.each._.forEach (/Users/ernestorocha/.meteor/packages/meteor-tool/.1.0.42-rc.2.12aimnq++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20150309-22:13:07.490(-3)? (STDERR) at /Users/ernestorocha/Documents/app/.meteor/local/build/programs/server/boot.js:117:5```
The text was updated successfully, but these errors were encountered:
I know it's too early to open this issue, but probably It will remain broken on 1.0.4 final.
When using
meteorhacks:aggregate
which depends on this package,meteor run
throws this exception:The text was updated successfully, but these errors were encountered: