TurkServer / CrowdMapper

Real-time collaborative application for tagging streams of geospatial data, built on top of the Meteor Javascript platform. Built with the humanitarian goal of crisis mapping in mind.
98 stars 11 forks source link

Error locating packages #2

Closed sabbaticaldev closed 10 years ago

sabbaticaldev commented 10 years ago

When I run "mrt install ." Meteorite can't find some packages with relative path in smart.json:

/home/alan/.nvm/v0.11.13/lib/node_modules/meteorite/lib/sources/local.js:23
    throw('Path does not exist: ' + this.path);
                                ^ 
Path does not exist: /home/alan/Development/meteor-user-status
mizzao commented 10 years ago

If you want to install this, check out the meta repo at https://github.com/mizzao/CrisisMapping. All but one of the packages are in Meteorite, but this is a research project and I'm not supporting it for the general public (yet).

eahefnawy commented 10 years ago

I don't understand, I still get this error too. What's the fix?

mizzao commented 10 years ago

You'll need to clone the meta repo, as I said above. Sorry, but you'll have to figure out the rest yourself, as I'm not supporting this for public use yet.

eahefnawy commented 10 years ago

Okay thanks. I just wanna see a more advanced example of meteor tutorials

mizzao commented 10 years ago

See https://github.com/mizzao/CrowdMapper/blob/master/client/tutorial/tutorial.coffee

eahefnawy commented 10 years ago

Yeah I got that. I just thought it would be nice to see it's live demo.

mizzao commented 10 years ago

If you manage to get the app started, you should just be able to go to its URL, push the button to log in, and go through it.

eahefnawy commented 10 years ago

oh I see. Thank you :)