Lepozepo / cloudinary

MIT License
94 stars 42 forks source link

Exception while invoking method 'c.sign' ReferenceError: check is not defined #49

Closed andregoldstein closed 8 years ago

andregoldstein commented 8 years ago

Has anyone seen this error? Have just created a fresh install and followed instructions but the Cloudinary call is not happening and am getting the above error?

Thanks.

andregoldstein commented 8 years ago

Update: I had figured the check package was part of core but maybe not, have just installed it and now getting another error:

Exception in delivering result of invoking 'c.sign': ReferenceError: Random is not defined

andregoldstein commented 8 years ago

Update 2:

Turns out random is another non-core package, added that and all OK! Maybe consider adding it as a dependency?

meandkareem commented 8 years ago

just do 'meteor add check random'

andregoldstein commented 8 years ago

Thanks @meandkareem I should have updated the comment to say this worked for me when I tried it. Have now stumbled onto issue #50

fabyeah commented 8 years ago

@Lepozepo Just ran into this today. As of Meteor 1.2 check and random are removable, so the package itself should add a dependency to those, instead of having to add them to the entire meteor app!?