meteorhacks / npm

Complete NPM integration for Meteor
http://meteorhacks.com/complete-npm-integration-for-meteor.html
MIT License
508 stars 43 forks source link

Cannot find module #36

Closed huevoncito closed 9 years ago

huevoncito commented 10 years ago

Hello there,

Having some issues upgrading to Meteor 0.9. My Meteor.require() calls cause a startup error:

Error: Cannot find module 'lunr'
 at Function.Module._resolveFilename (module.js:338:15)
 at Function.Module._load (module.js:280:25)
etc...

Thoughts? I've reinstalled npm and even dowloaded the module to my local for good measure, but still no joy.

Thanks!

arunoda commented 10 years ago

Give me some time. starting to migrate all my packages :)


Arunoda Susiripala I curate Meteor Weekly - Check it out! http://meteorhacks.com/meteor-weekly/?utm_source=email-footer&utm_medium=email&utm_campaign=meteorweekly

On Wed, Aug 27, 2014 at 12:44 AM, dbernhard notifications@github.com wrote:

Hello there,

Having some issues upgrading to Meteor 0.9. My Meteor.require() calls cause a startup error:

Error: Cannot find module 'lunr' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) etc...

Thoughts? I've reinstalled npm and even dowloaded the module to my local for good measure, but still no joy.

Thanks!

— Reply to this email directly or view it on GitHub https://github.com/arunoda/meteor-npm/issues/36.

akatov commented 10 years ago

:+1: same here, assume it's due to the upgrade...