You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe something deprecated is called and needs to be updated? Current behavior:
$ npm run serve
> serve
> DEV=1 nbb --classpath ../../src/ webserver.cljs
----- Error --------------------------------------
Message: Could not resolve symbol: async
Location: /home/user/dev/sitefox/src/sitefox/db.cljs:26:15
Phase: analysis
----- Context ------------------------------------
22: See the Keyv documentation for details.
23: The promise based API has methods like `(.set kv ...)` and `(.get kv ...)` which do what you'd expect."
24: {:test (fn []
25: (when (env "TESTING")
26: (async done
^--- Could not resolve symbol: async
27: (p/let [d (kv "tests")
28: v #js [1 2 3]
29: _ (.set d "hello" v)
30: y (.get d "hello")]
31: (is (= (js->clj v) (js->clj y))))
Could not resolve symbol: async
nodejs v18.19.0
The npm create sitefox-nbb mywebsite demonstrates some of this which works however.
The text was updated successfully, but these errors were encountered:
Maybe something deprecated is called and needs to be updated? Current behavior:
nodejs v18.19.0
The
npm create sitefox-nbb mywebsite
demonstrates some of this which works however.The text was updated successfully, but these errors were encountered: