Fork me on GitHub
#shadow-cljs
<
2018-02-03
>
wilkerlucio02:02:15

hello, I'm trying to compile a new project with shadow-cljs, but I'm getting this error:

wilkerlucio02:02:25

[: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]
--------------------------------------------------------------------------------

wilkerlucio02:02:01

ideas on how to fix?

wilkerlucio02:02:46

fixed, updated core-async