Trying to follow along with yogthos’ Philly ETE talk here - https://www.youtube.com/watch?v=nItR5rwP4mY - and using luminus for the first time. ‘lein run’ simply hangs - any way to get it to tell me what it’s trying to do?
First time I ran it, it retrieved all dependencies and hung for a solid 10 minutes. Ctrl-C and re-run does nothing.
karbak: can post your commands and the output?
lein new luminus guestbook2 +sqlite +swagger +cljs
lein run
(even tried clearing out ~/.m2 and running a ‘lein upgrade’)
I suspect it has something to do with one of the flags - since a bare luminus application without the “+sqlite +swagger +cljs” starts up fine.
Ok - I’ll try that in just a minute. Just got called into something here at work
It’s the +cljs flag
Runs when I drop it.
ok- - I’m trying now
OK - sorry, norman - some bad combination of a stale luminus version specified in ~/.lein/profile.clj
From an earlier attempt.
Works once I blew away profile.clj
Cool
Thanks
Yeah - it started clean for me too