This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-29
Channels
- # adventofcode (11)
- # beginners (98)
- # boot (2)
- # cider (3)
- # clara (3)
- # cljs-dev (15)
- # cljsrn (2)
- # clojure (122)
- # clojure-austin (4)
- # clojure-russia (1)
- # clojure-spec (2)
- # clojurescript (30)
- # css (6)
- # cursive (5)
- # docs (1)
- # fulcro (4)
- # hoplon (118)
- # keechma (3)
- # leiningen (5)
- # lumo (1)
- # off-topic (28)
- # onyx (6)
- # re-frame (4)
- # reagent (1)
- # reitit (1)
- # shadow-cljs (53)
- # sql (1)
- # unrepl (1)
could you please help me with production build error?
ERROR: JSC_MISSING_PROVIDE_ERROR. required "clj_pouchdb.core" namespace never provided at /home/uyouthe/Repos/frontend/target/cljsbuild-compiler-1/frontend_boilerplate/db.js line 6 : 0
ERROR: JSC_MISSING_PROVIDE_ERROR. required "frontend_boilerplate.pages" namespace never provided at /home/uyouthe/Repos/frontend/target/cljsbuild-compiler-1/frontend_boilerplate/routes.js line 7 : 0
Idk why there's an error. Both namespaces are present and it also works in dev mode with figwheeldouble check your namespaces names/paths... For exaple, foo-bar.var
should be on foo_bar/var.cljs
. If its on foo-bar/var.cljs
, will work on figwheel because it read all the files, but google closure will not find... @melvoloskov