Replies: 2 comments 9 replies
-
Not enough information. What does your build config look like? What is your Do you maybe already have |
Beta Was this translation helpful? Give feedback.
7 replies
-
Possible solution: https://bobonmedicaldevicesoftware.com/blog/2022/10/02/dealing-with-clojurescript-cross-build-npm-dependencies/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our
deps.edn
depends onday8.re-frame/re-frame-10x
, which in turn depends onsuperstructor/re-highlight
:https://github.com/day8/re-frame-10x/blob/e7105ccc00b8458cdb2e5696eecc4b8602b53bca/project.clj#L14-L17
re-highlight
hasdeps.cljs
that hashighlight.js
in:npm-deps
:https://github.com/superstructor/re-highlight/blob/41972d93cc412b4e99e1244c10de66c6404e520e/src/deps.cljs
Despite this, I get the following error from shadow-cljs:
My understanding after reading Declaring JS dependencies is that shadow-cljs should be able to find
highlight.js
because of thedeps.cljs
.Am I misunderstanding something?
shadow-cljs 2.14.5
Beta Was this translation helpful? Give feedback.
All reactions