You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added the [hoplon/ui "0.3.0-SNAPSHOT"] dependency to shadow-cljs.edn and required hoplon.ui :as ui in my view.cljs file and reran npx shadow-cljs watch app and got the following error:
[:app] Build failure:
The required namespace "cljsjs.markdown" is not available, it was required by "hoplon/ui.cljs"
Either I'm missing something or a hoplon/ui dependency needs fixed or updated? I'm a little too new to programming to understand fully what's gone wrong.
Thanks, Nate
The text was updated successfully, but these errors were encountered:
I added the [hoplon/ui "0.3.0-SNAPSHOT"] dependency to shadow-cljs.edn and required hoplon.ui :as ui in my view.cljs file and reran npx shadow-cljs watch app and got the following error:
[:app] Build failure:
The required namespace "cljsjs.markdown" is not available, it was required by "hoplon/ui.cljs"
Either I'm missing something or a hoplon/ui dependency needs fixed or updated? I'm a little too new to programming to understand fully what's gone wrong.
Thanks, Nate
The text was updated successfully, but these errors were encountered: