This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-05-10
Channels
- # beginners (35)
- # cider (165)
- # cljsrn (18)
- # clojars (1)
- # clojure (141)
- # clojure-greece (2)
- # clojure-italy (11)
- # clojure-nl (1)
- # clojure-spec (21)
- # clojure-uk (89)
- # clojurescript (56)
- # community-development (3)
- # cursive (3)
- # data-science (55)
- # datomic (13)
- # emacs (12)
- # fulcro (31)
- # graphql (6)
- # jobs-discuss (35)
- # lein-figwheel (10)
- # mount (2)
- # off-topic (3)
- # onyx (22)
- # parinfer (4)
- # portkey (7)
- # re-frame (29)
- # ring-swagger (4)
- # shadow-cljs (37)
- # specter (9)
- # sql (30)
- # tools-deps (15)
- # vim (2)
- # yada (17)
I've updated to Figwheel 0.5.16
, but it keeps complaining about Figwheel Client Version 0.5.14 is not equal to Figwheel Sidecar Version 0.5.16. Shutting down Websocket Connection!
, I already cleaned everything and checked deps, but it keeps coming back, is there anything else I could check that I'm missing?
seems solved by deleting the target
folder, I was just deleting the js files before
nope, still hapenning =/
@bhauman thanks, I tried all of those (except change server-port, I can't because I'm doing things that require me to use a specific port, but I have disable cache enabled all the time on Chrome)
but from time to time, when I save some file, I'm getting a bunch of NPE, and usually after that I get the server version problem
I think it's something that is on my machine, because the same project on a different dev computer seems to run without problems, so I think it can be some crazy cache somewhere
I restarted my computer and now all seem fine, my guess is that I had some dirty instance of figwheel running and that was competing with another fighwheel run, all good now 🙂