leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
2021-03-08T18:46:35.041900Z

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.

alexmiller 2021-03-08T18:51:25.042400Z

What's in user.clj?

alexmiller 2021-03-08T18:52:00.043100Z

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