I’m trying to use som async/await syntax, but I keep getting this error:
ReferenceError: Promise is not defined at callInvokeWithMethodAndArg (node_modules/meteor/babel-runtime/node_modules/regenerator/runtime.js:182:1)
Any idea what could be causing this? Is it maybe related to the Node version that Meteor is running, and if so, how would I fix this, since to my understanding, Meteor is still pinned to 0.10 server-side.
Any help or thoughts are appreciated, as I’m a quite puzzled by this.