Fork me on GitHub
#cursive
<
2020-12-24
>
cschep22:12:01

hey all, I have a brand new clojure project I created with Cursive, trying to use deps.edn and I have a src folder with a module.. all super basic just hello world style code.. I had a test alias setup in deps.edn but i removed it because I found a way to run the tests within Cursive and I thought that was cool. I’m not sure what caused it, could have been editing the deps.edn file but now my project view only has a few things in, deps.edn being one of them.. but no folders listed and no modules and basically nothing works now because it can’t find any modules?

cschep22:12:03

really confused 🙂

cschep22:12:48

i can still run clj -m schepball.core on the command line and it runs the hello world code

cschep22:12:51

reading the thread above, i was able to fix my situation with the steps here