Mark Deepwell

Results 7 comments of Mark Deepwell

The error means the package didn't properly install the npm module "raven" (a required dependency). After adding `api.use('deepwell:raven');` did you try telling Meteor to install your package "meteor add my:package"...

Yes. I implemented it, just waiting for it to be merged.

It looks like the fix is here: https://github.com/sendgrid/sendgrid-nodejs/pull/180/files

Every single file inside my application ie. the app/\* directory.

That's exactly what I thought at first too, so I modified every single one of my app files to be wrapped in immediately-invoked function expressions. But the more I thought...