re-frame

https://github.com/Day8/re-frame/blob/master/docs/README.md https://github.com/Day8/re-frame/blob/master/docs/External-Resources.md
Rohan Nicholls 2020-08-14T15:05:20.363200Z

I'm not sure if this is off topic, but I'm trying to use lein new re-frame thingy +cider +clj-kondo And I'm getting:

Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.

Error: invalid profile(s)
My ~/.lein directory is empty (new work laptop) Googling around is not yielding much success. lein version:
Leiningen 2.9.4 on Java 14.0.2 Java HotSpot(TM) 64-Bit Server VM
Has anyone any ideas?

Rohan Nicholls 2020-08-14T15:06:20.363800Z

I just wanted to throw up a quick skeleton to start testing code from the docs.

Rohan Nicholls 2020-08-14T15:07:09.364300Z

Huh, removing the +cider +clj-kondo worked.

dpsutton 2020-08-14T15:08:07.364600Z

clj-kondo (+kondo) its kondo as the arg not clj-kondo

dpsutton 2020-08-14T15:08:50.364800Z

https://github.com/Day8/re-frame-template#extras

Rohan Nicholls 2020-08-14T15:42:52.366700Z

Thanks. Apparently I'm having a tired brain day. I experimented with +kondo and it worked, or I could have read the docs correctly. Such choices....