Using OpenCV in meteor app

Hey folks,

I need to use OpenCV and would also really like to use Meteor for my app; however, whenever I try to add opencv using npm.require(‘opencv’) I tend to get scads for shrinkwrap errors.

Any ideas if there is an easy way to do this that, perhaps, doesn’t require recompiling the opencv npm?

Thanks!!

Andy