meteorhacks / meteor-async

Set of async utilities to work with NPM modules inside Meteor
MIT License
63 stars 4 forks source link

Reference error on Async #5

Open gargleblaster opened 9 years ago

gargleblaster commented 9 years ago

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?

arunoda commented 8 years ago

Async only on the server side of your app. You may try to use it in the client. I think that's the issue here.