Closed kostya closed 4 years ago
Is it similar or related to https://github.com/crystal-lang/shards/issues/360 ? It might be already fixed in master.
I managed to work around this issue by adding the myhtml shard right before lucky_svg_sprite:
myhtml:
github: kostya/myhtml
version: ~> 1.5
lucky_svg_sprite:
github: tilishop/lucky_svg_sprite.cr
version: ~> 0.4.1
Yes, this is a duplicate of #360 and it's already fixed for the next release! (0.11)
Shards 0.10.0 [4091ac5] (2020-04-06)
Crystal 0.34.0 [4401e90f0] (2020-04-06)
here postinstall for myhtml not called, and called
Postinstall of lucky_svg_sprite
, which compile something that requires mytml postinstall, then if failed.if i manually run postinstall for myhtml in
lib/myhtml
, then shards install works.