This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-22
Channels
- # beginners (20)
- # boot (5)
- # cider (14)
- # cljs-dev (15)
- # cljsrn (1)
- # clojure (81)
- # clojure-greece (7)
- # clojure-italy (17)
- # clojure-spec (5)
- # clojure-uk (15)
- # clojurescript (143)
- # data-science (1)
- # datomic (7)
- # defnpodcast (4)
- # docs (1)
- # figwheel-main (1)
- # fulcro (37)
- # graphql (1)
- # hoplon (3)
- # luminus (1)
- # reitit (5)
- # shadow-cljs (10)
- # spacemacs (5)
- # tools-deps (14)
- # vim (7)
@thheller (:require ["@feathersjs/client" :as feathers])
this is returning nil, any idea why?
I was previously using cljsjs, moving to shadow-cljs
compile happens sucessfully
using shadow-cljs browser-repl
and (require '["@feathersjs/client" :as x])
(prn x)
I get #object[createApplication]
ok, I am removing node_modules and trying again
it detects the missing package and tells me to npm install @feathersjs/client