meteor-job-collection icon indicating copy to clipboard operation
meteor-job-collection copied to clipboard

Can't work with meteor 1.6.1-beta.12+

Open shenrenguo opened this issue 7 years ago • 5 comments

TypeError: Class constructor Collection cannot be invoked without 'new'

shenrenguo avatar Dec 29 '17 08:12 shenrenguo

Hi, thanks for reporting, but I need specific, detailed steps to reproduce this error.

vsivsi avatar Dec 29 '17 22:12 vsivsi

@vsivsi the example project can reproduce the error https://github.com/shenrenguo/ex-meteor-1.6.1-beta.21

shenrenguo avatar Dec 31 '17 03:12 shenrenguo

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

brookback avatar Feb 07 '18 15:02 brookback

Right, isn't this just the CoffeeScript 2 issue addressed here?

https://github.com/vsivsi/meteor-job-collection/pull/268

vsivsi avatar Feb 08 '18 20:02 vsivsi

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.

sprohaska avatar Feb 28 '18 13:02 sprohaska