This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-05-22
Channels
- # announcements (17)
- # beginners (11)
- # biff (5)
- # calva (22)
- # cider (30)
- # clj-kondo (33)
- # clj-on-windows (20)
- # clojure (59)
- # clojure-dev (25)
- # clojure-europe (31)
- # clojure-nl (1)
- # clojure-norway (13)
- # clojure-sweden (5)
- # clojure-uk (6)
- # clojurescript (5)
- # community-development (2)
- # cursive (4)
- # datahike (5)
- # datalevin (7)
- # datomic (11)
- # emacs (8)
- # events (1)
- # gratitude (1)
- # hoplon (5)
- # hyperfiddle (1)
- # lsp (59)
- # matrix (11)
- # polylith (14)
- # portal (3)
- # practicalli (1)
- # rdf (2)
- # reitit (9)
- # releases (3)
- # rum (5)
- # yamlscript (6)
Hello, not sure I installed Portal correctly. Here's my ~/.lein/profiles.clj file:
{:portal {:dependencies [[djblue/portal "0.55.1"]]}}
I am using a Calva/VSCode setup detailed here: https://github.com/seancorfield/vscode-calva-setup?tab=readme-ov-file.
When I run the command portal start
(can be found here: https://github.com/seancorfield/vscode-calva-setup/blob/d529f6a15a3e420f6d13a0b8e071f78211206c05/calva/config.edn#L44), I get the following error:
Execution error (FileNotFoundException) at nrepl.middleware.interruptible-eval/evaluate$fn$fn (interruptible_eval.clj:87).
Could not locate portal/api__init.class, portal/api.clj or portal/api.cljc on classpath.
leading me to think that Portal isn't correctly installed. I tried using :dev
as the profile as well but had no luck.