This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-03
Channels
- # beginners (48)
- # boot (26)
- # cider (7)
- # cljsrn (1)
- # clojure (137)
- # clojure-nl (1)
- # clojure-spec (5)
- # clojure-uk (18)
- # clojurescript (26)
- # cursive (8)
- # datascript (4)
- # datomic (4)
- # defnpodcast (11)
- # docker (1)
- # duct (7)
- # figwheel (4)
- # fulcro (7)
- # off-topic (7)
- # re-frame (46)
- # reagent (40)
- # reitit (3)
- # shadow-cljs (4)
hello, I'm trying to compile a new project with shadow-cljs
, but I'm getting this error:
[:gql-contacts] Configuring build.
[:gql-contacts] Compiling ...
[:gql-contacts] Build failure:
------ ERROR -------------------------------------------------------------------
File: jar:file:/Users/wilkerlucio/.m2/repository/thheller/shadow-cljs/2.0.150/shadow-cljs-2.0.150.jar!/shadow/cljs/devtools/client/hud.cljs:1:1
--------------------------------------------------------------------------------
1 | (ns shadow.cljs.devtools.client.hud
-------^------------------------------------------------------------------------
Invalid :refer, var cljs.core.async/go does not exist
--------------------------------------------------------------------------------
2 | (:require
3 | [shadow.dom :as dom]
4 | [shadow.xhr :as xhr]
5 | [shadow.animate :as anim]
--------------------------------------------------------------------------------
ideas on how to fix?
fixed, updated core-async