meteorhacks / npm

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

How to use local modules? #87

Closed ssteinerx closed 9 years ago

ssteinerx commented 9 years ago

Normally I'd develop a new module, then npm link it, then, again, npm link it into my project.

Is there a way to do this with meteorhacks:npm?

Thanks,

Steve

arunoda commented 9 years ago

Actually, this should be address in the meteor's github repo and meteor don't support it yet. See: https://github.com/meteor/meteor/issues/2876