This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-11
Channels
- # announcements (18)
- # beginners (57)
- # calva (20)
- # cider (4)
- # cljdoc (15)
- # cljs-dev (14)
- # clojure (124)
- # clojure-europe (5)
- # clojure-italy (5)
- # clojure-nl (10)
- # clojure-spec (4)
- # clojure-uk (44)
- # clojurescript (4)
- # clojutre (18)
- # clr (2)
- # cursive (25)
- # datomic (53)
- # emacs (18)
- # events (1)
- # figwheel-main (1)
- # fulcro (34)
- # joker (6)
- # kaocha (13)
- # nrepl (3)
- # nyc (24)
- # off-topic (1)
- # pathom (16)
- # protorepl (4)
- # re-frame (1)
- # reitit (27)
- # rewrite-clj (5)
- # shadow-cljs (38)
- # spacemacs (25)
- # sql (20)
- # vim (28)
- # xtdb (20)
Hi, I'm new to cljs and figwheel.main and attempting to set up a project that uses hx, a wrapper for react, and a npm module -- react-codemirror2. I attempted to follow https://github.com/bhauman/figwheel-main/blob/master/docs/docs/npm.md but I'm stuck. My first issue is, when I include :npm-deps false, is longer found (Undefined nameToPath for react). Once I start using a single npm module directly, is it then necessary to include every underlying npm module in foreign-libs? When I include react in foreign-libs, I no longer get the nameToPath error, but when I restart my build the process hangs after the web page is opened (after Opening URL http://localhost:9500) and the browser just says “waiting for localhost”. Has anyone dealt with this before?