Fork me on GitHub
#leiningen
<
2021-03-08
>
vaedasynapse18:03:35

Having issues figuring out what’s wrong with my setup that’s causing the following error when I try to set up my repl development for a repo.

user=> (require 'port.main)
Syntax error (FileNotFoundException) compiling at (user.clj:1:1).
Could not locate m/api__init.class, m/api.clj or m/api.cljc on classpath.
I’ve looked at other similar cases where nothing appears to end up on the classpath, that I could find via googling, but none of the recommended solutions have appeared to help and I’m just befuddled as to why I can’t get this given repo to work.

Alex Miller (Clojure team)18:03:00

What's m.api? Almost looks like m is expected to be an alias but the alias wasn't defined in a require or something