This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-11
Channels
- # announcements (3)
- # asami (4)
- # babashka (79)
- # babashka-sci-dev (47)
- # beginners (97)
- # biff (12)
- # calva (7)
- # clj-commons (3)
- # clj-kondo (22)
- # clj-on-windows (13)
- # cljdoc (31)
- # cljfx (2)
- # cljs-dev (1)
- # clojure (85)
- # clojure-austin (4)
- # clojure-dev (12)
- # clojure-europe (15)
- # clojure-italy (8)
- # clojure-nl (4)
- # clojure-uk (4)
- # community-development (19)
- # conjure (3)
- # core-typed (40)
- # cursive (9)
- # datahike (21)
- # datomic (1)
- # emacs (7)
- # exercism (2)
- # graalvm (20)
- # graphql (1)
- # honeysql (16)
- # jobs (1)
- # malli (2)
- # off-topic (3)
- # pathom (28)
- # pedestal (3)
- # polylith (7)
- # reitit (14)
- # releases (1)
- # remote-jobs (1)
- # rewrite-clj (4)
- # shadow-cljs (21)
- # sql (21)
- # testing (8)
- # tools-deps (23)
- # vscode (8)
- # xtdb (38)
I have an issue with rewrite-cljs
in my project clj+cljs.
• I’m using rewrite-clj/rewrite-clj {:mvn/version "1.0.767-alpha"}
only, but when I start shadow-cljs
it downloads the dependency rewrite-cljs
and return me an error that z/position
is missing in the library.
• Debugging, I found that it’s using rewrite-cljs
(even if is not included in any file in the project).
• So I do a rm -r ~/.m2/repository/rewrite-cljs
and this time the project build fine but the REPL doesn’t not start/connect
ERROR: Unhandled REPL handler exception processing message {:op eval, :code *ns*, :id 1}
Syntax error macroexpanding at (track_state.clj:157:8).
...
Caused by: java.nio.file.NoSuchFileException: /Users/olaf/.m2/repository/rewrite-cljs/rewrite-cljs/0.4.5/rewrite-cljs-0.4.5.jar
Tried removing .cp-cache, .shadow-cljs
folders from the project but nothing✅ 2
Hi @U01UYD2CL10! My guess is that some dependency in your project is depending on rewrite-cljs.