Async Await stopped working

In a big project I’m following after updating Async/Await stopped working.

Before everything worked fine, now I get:

I20160720-23:07:27.350(2)? [Error: Meteor code must always run within a Fiber. Try wrapping callbacks that you pass to non-Meteor libraries with Meteor.bindEnvironment.]

And I need to use Promise.await instead.

Is this normal? is anybody else having the same issue?

still a problem for me, it seems that external NPM modules requires you to use promise.await instead of await.

Anyone can tell me more?