-
Notifications
You must be signed in to change notification settings - Fork 221
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
Agendash init issue #14
Comments
I need one more piece of information: please open your browser's network
|
This code is using ES6 arrow functions. Make sure you are using Node 4 or newer. More about arrow functions: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions ES6 compatibility: https://kangax.github.io/compat-table/es6/ |
Thank you vytas for your help. Updated to latest node and works like a charm. |
Hi,
I'm trying to use Agendash according to documentation, but I get the following error while trying to use the middleware option:
[SyntaxError: C:\Develop\LimitlessDev\seScheduler\node_modules\agendash\lib\agendash.js:42
.find({_id: {$in: jobIds.map((jobId) => new ObjectId(jobId))}})
^^
Unexpected token =>]
I use loopback as framework.
Agenda is running well.
Any idea what might be the ussue?
Thank you and regards,
Elrom
The text was updated successfully, but these errors were encountered: