How to install atmosphere packages without meteorite?
mrt currently has a bug with spaces in Volume names on the Mac https://github.com/oortcloud/meteorite/issues/172 . Until that is fixed, how can I manually install packages from atmosphere? You can create a directory called /packages in your project & then manually install each package and its dependencies. e.g for 'meteor router' in /packages git clone https://github.com/tmeasday/meteor-router.git mv meteor-router router git clone --recursive https://github.com/tmeasday/meteor-page-js-ie-support.git mv meteor-page-js-ie-support page-js-ie-support The second is a dependency on meteor router