A clean project fails at powershell command-line and windows wsl (should mimic linux)
lein new duct frump +api +ataraxy +cljs +example +site`` then
cd frumpthen
lein duct setup then
lein repl```lein repl
Error loading cider.piggieback: Syntax error compiling at (cider/piggieback.clj:1:1).
Exception in thread "main" Syntax error compiling var at (C:\Users\JKROEZE\AppData\Local\Temp\form-init5759615384752520406.clj:1:2569).
It’s at “0.4.1”
:project/dev {:source-paths ["dev/src"]
:resource-paths ["dev/resources"]
:dependencies [[cider/piggieback "0.4.1"]
[integrant/repl "0.3.1"]
[eftest "0.5.7"]
[kerodon "0.9.0"]
[criterium "0.4.5"]
[com.clojure-goes-fast/clj-memory-meter "0.1.2"]]}
…seems to work on my mac, so I’ll look into that
…also works with cursive/intellij
So, this failed on lein -version => 2.8.1, and is fine on 2.9.1
is cider/piggieback coming from the project.clj? I’d suspect that the version of cider/piggieback could be old