This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-08
Channels
- # announcements (1)
- # babashka (28)
- # beginners (13)
- # calva (10)
- # clerk (18)
- # clj-on-windows (39)
- # clj-otel (1)
- # cljdoc (17)
- # clojars (12)
- # clojure (40)
- # clojure-austin (11)
- # clojure-brasil (1)
- # clojure-europe (23)
- # clojure-nl (3)
- # clojure-norway (16)
- # clojure-uk (2)
- # clojurescript (28)
- # clr (4)
- # conjure (1)
- # emacs (14)
- # hoplon (6)
- # hyperfiddle (59)
- # interop (2)
- # leiningen (1)
- # off-topic (37)
- # pathom (1)
- # polylith (5)
- # portal (7)
- # reagent (9)
- # releases (3)
- # shadow-cljs (22)
- # spacemacs (6)
- # tools-build (12)
- # tools-deps (51)
- # web-security (6)
- # xtdb (7)
Hi I’m recording a troubleshooting thing I did here because I initially could not find a solution anywhere.
error: Error loading incomplete.core: Could not locate incomplete/core__init.class or incomplete/core.clj on classpath.
solution: it was suggested here -> https://github.com/BetterThanTomorrow/calva/issues/227 to add a +
to the beginning of the profile that’s not base
that you’re using while also still including base.
so to be clear, to solve the error keep your base lein profile and whatever profile you’re adding, add a +
to the front of it.
for example, if the other profile is dev
then change it to +dev