I don't understand why, but after running meteor install meteorhacks:async, I am unable to use Async.<anything>. I get a ReferenceError. I've spent hours trying to find some reason why, but I've found nothing. I had already installed meteorhacks:npm, and I thought async was already part of it, since they are documented together. But I got the ReferenceError before installing async and still get it after. Any idea what could be wrong?
I don't understand why, but after running
meteor install meteorhacks:async
, I am unable to useAsync.<anything>
. I get a ReferenceError. I've spent hours trying to find some reason why, but I've found nothing. I had already installed meteorhacks:npm, and I thought async was already part of it, since they are documented together. But I got the ReferenceError before installing async and still get it after. Any idea what could be wrong?