thinksoftware / meteor-image-resize-client

Meteor - Client Side Image Resize
37 stars 9 forks source link

Uncaught ReferenceError: check is not defined #8

Open rapind opened 8 years ago

rapind commented 8 years ago

In case anyone else runs into this, the problem will occur if you haven't add Meteor's "check" package. This is an undocumented (as of now) dependency.

https://atmospherejs.com/meteor/check

To fix, just: meteor add check

Should probably update the docs with a dependency section. I'll issue a PR for this shortly.

rapind commented 8 years ago

Relevant PR #9