Fork me on GitHub
#devcards
<
2018-10-14
>
pauld18:10:33

Does devcards depend on cljsjs.marked?

pauld18:10:02

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.

pauld18:10:29

The required namespace "cljsjs.marked" is not available, it was required by "devcards/util/markdown.cljs".

pauld18:10:24

Nevermind, I see that this was removed in latest snapshot. My problem lies with my shodow-cljs build not finding the npm installed dependency.