Fork me on GitHub
#leiningen
<
2023-05-08
>
AJ Snow17:05:40

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