meteorhacks / npm

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

Getting `Object #<Object> has no method 'npmRequire'` on remote but not locally #111

Open JohnAllen opened 8 years ago

JohnAllen commented 8 years ago

I'm getting this error again but only on a remote. All packages and Meteor versions the same locally versus remote.

Anyone have any ideas? Tried the remove/add stuff a bunch of times.

JohnAllen commented 8 years ago

Can't get local or remote to work at this point and have updated Meteor to 1.2.1 (latest).

Install instructions in Readme do not work.

fullflavedave commented 8 years ago

I was getting this error, but I solved it by following the instructions at the top of the README:

rm -rf packages/npm-container
meteor remove npm-container
meteor update meteorhacks:npm
meteor