Does devcards depend on cljsjs.marked?
I'm getting the following error when I try to build my :cards build in shadow-cljs. I have a devcards "0.2.6" dependency but looking at the github repo I don't see and cljsjs.marked dependency so I'm wondering if my build config is messed up.
The required namespace "cljsjs.marked" is not available, it was required by "devcards/util/markdown.cljs".
Nevermind, I see that this was removed in latest snapshot. My problem lies with my shodow-cljs build not finding the npm installed dependency.