Open jiku opened 9 years ago
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" which should go through the full install process and find and install the raven dependency?
With
api.use('deepwell:raven');
inpackages/my:package/package.js
on Meteor 1.0 I'm gettingfrom RavenLogger.initialize (in
packages/my:package/my:package.coffee
). Any idea why?