meteor - How to install atmosphere packages without meteorite? -


mrt has bug spaces in volume names on mac https://github.com/oortcloud/meteorite/issues/172.

until fixed, how can manually install packages atmosphere?

you can create directory called /packages in project & manually install each package , dependencies. e.g '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 dependency on meteor router can see on package's atmosphere page. it's recursive make sure submodule pages-js git cloned in.

meteor 0.65+

as pointed out thatjuan: once this, need add main 1 project. don't have add dependencies.

meteor add router 

Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -