This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-27
Channels
- # announcements (26)
- # babashka (36)
- # beginners (7)
- # biff (34)
- # calva (9)
- # cider (5)
- # clj-http (9)
- # clj-kondo (24)
- # cljs-dev (9)
- # clojure (110)
- # clojure-austin (1)
- # clojure-europe (16)
- # clojure-nl (1)
- # clojure-norway (8)
- # clojure-uk (2)
- # clojurescript (4)
- # clr (1)
- # core-async (9)
- # cursive (11)
- # datomic (6)
- # emacs (17)
- # events (3)
- # fulcro (45)
- # graphql (6)
- # helix (1)
- # hyperfiddle (28)
- # java (1)
- # london-clojurians (1)
- # lsp (75)
- # malli (1)
- # membrane (35)
- # reitit (4)
- # releases (1)
- # remote-jobs (1)
- # shadow-cljs (48)
- # tools-build (5)
- # tools-deps (26)
Can anyone help me setup deps on windows using cursive? I'm trying to install deps and I keep getting this error
I got it working using this... but now I keep getting "could not create shim" error
Just an idea (you may have tried this already):
To debug this, it may be worth checking that everything is working correctly with the IDE first. (e.g. create deps.edn
file with a text file editor and run the the commands in the command line directly). If all that is working then switch to setting up the IDE.
From my understanding, deps.clj is apparently more reliable on Windows than Clojure proper. I cannot vouch for that, since I never attempted Clojure directly on Windows. Unless I had a very good reason otherwise, I would just spin up WSL and run it there. https://github.com/borkdude/deps.clj https://learn.microsoft.com/en-us/windows/wsl/install
Managed to get it working. Running it in cli gave me a better error and I realised that one of my dpendencies for deps was partially downloaded. Deleting contents of .m2 and reinstalling worked!