devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
2018-10-14T18:02:33.000100Z

Does devcards depend on cljsjs.marked?

2018-10-14T18:05:02.000100Z

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.

2018-10-14T18:05:29.000100Z

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

2018-10-14T18:11:24.000100Z

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