Open jackrusher opened 8 years ago
Hi @jackrusher - oops.. that's a regression from thi.ng/geom, which is not including the common lib anymore (in fact common has been split up into different libs to avoid turning into a kitchen sink). will build a new 0.2.0-SNAPSHOT of morphogen and let you know when ready...
Grand. I'm guessing the new SNAPSHOT will also fix what look to be protocol incompatibilities with mg/save-mesh
as well. :)
yes, it should - but alas it won't happen today (will try tomorrow eve) - got another workshop to prepare (this weekend) :)
It looks like
[morphogen "0.1.1"]
depends upon but does not includethi.ng/common
, resulting in the above error when one attempts torequire
it. Adding[thi.ng/common "0.3.1"]
to one's deps resolves the problem.