Fork me on GitHub
#hoplon
<
2022-12-07
>
Amatus15:12:08

I'm having a real hard time getting hoplon working 😞

mynomoto17:12:15

What problems are you having?

Amatus17:12:55

I ran into this, but the workarounds posted aren't working for me: https://github.com/hoplon/hoplon/issues/274

Amatus17:12:38

I kept getting an error about cognitect.transit/writer, which I solved by adding [com.cognitect/transit-clj "1.0.329"] to my dependencies

Amatus17:12:45

Then it was Undefined nameToPath errors

Amatus17:12:03

I gave up trying to solve that. Now I'm back on the latest versions of stuff and trying to solve the "Bad dependency path or symbol: hoplon.app_pages.indexDOT_html" error

mynomoto17:12:10

Are you trying to start a new project?

mynomoto17:12:28

I think there is a more recent template, I will try to find it but may take sometime, I in the middle of something right now.

mynomoto18:12:31

https://clojurians.slack.com/archives/C08BDAPRA/p1646957308157349?thread_ts=1646955519.577489&amp;cid=C08BDAPRA I think currently those are the best options to use as reference. I think there is very few people that still use boot and would recommend shadow-cljs.

Amatus18:12:25

do you think boot is causing issues?

mynomoto18:12:02

That would be my first guess.

mynomoto18:12:13

I keep wishing to have some free time to update hoplon docs/guides because I'm so grateful for all I learned from @micha and @alandipert but the wish was not granted yet 🤷

Amatus18:12:28

the install experience of boot is amazing, just drop it in ~/bin/ and you're done

Amatus18:12:00

at least shadow-cljs says it'll work with the nodejs packaged by my distro

Amatus18:12:08

i'll give it a shot

mynomoto12:12:26

Let us know if it worked 😉

Amatus15:12:05

@micha @alandipert why have you forsaken us?