This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-28
Channels
- # beginners (45)
- # boot (4)
- # cider (5)
- # cljs-dev (8)
- # cljsrn (4)
- # clojure (38)
- # clojure-conj (7)
- # clojure-dev (4)
- # clojure-russia (3)
- # clojure-spec (20)
- # clojure-uk (3)
- # clojurescript (28)
- # core-logic (29)
- # figwheel-main (10)
- # fulcro (2)
- # onyx (1)
- # other-languages (5)
- # parinfer (3)
- # pathom (98)
- # portkey (1)
- # reagent (15)
- # reitit (9)
- # shadow-cljs (22)
- # spacemacs (10)
- # sql (22)
- # tools-deps (1)
@pesterhazy where you using node/clojurescript on the server? In that case there will be two "target" directories (one for client, one for server) and if one points the web server to the server version of the pulled libraries then base.js doesn't exist and this exact error appears, since that's a browser-only thing. (just documenting the cause of the problem for future people running into similar issue)
@drcode not using node, no
maybe a silly question, but how do I turn off the jetty logs? it’s making the repl itself unusable 😞
{:deps {org.clojure/clojure {:mvn/version "1.9.0"}
org.clojure/clojurescript {:mvn/version "1.10.339"}
com.bhauman/figwheel-main {:mvn/version "0.1.9"}
com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}
org.immutant/web {:mvn/version "2.1.10"}
ring {:mvn/version "1.7.0"}
hiccup {:mvn/version "2.0.0-alpha1"}}
:aliases {:dev {:main-opts ["-m" "protos.server"]}
:fig {:main-opts ["-m" "figwheel.main"]}}
:paths ["src" "resources" "target"]}