meteor-job-collection
meteor-job-collection copied to clipboard
Can't work with meteor 1.6.1-beta.12+
TypeError: Class constructor Collection cannot be invoked without 'new'
Hi, thanks for reporting, but I need specific, detailed steps to reproduce this error.
@vsivsi the example project can reproduce the error https://github.com/shenrenguo/ex-meteor-1.6.1-beta.21
Same error here, the Meteor app refuses to build.
TypeError: Class constructor JobQueue cannot be invoked without 'new'
W20180207-16:40:24.633(1)? (STDERR) at jobs.js
Right, isn't this just the CoffeeScript 2 issue addressed here?
https://github.com/vsivsi/meteor-job-collection/pull/268
I've observed an issue with Meteor 1.6.1 that is independent of CoffeeScript 2, see https://github.com/meteor/meteor/issues/9706 for problem and possible workaround.