This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-03-02
Channels
- # beginners (7)
- # calva (10)
- # cider (9)
- # cljdoc (2)
- # cljsrn (10)
- # clojure (35)
- # clojure-europe (1)
- # clojure-greece (1)
- # clojure-spec (31)
- # clojure-uk (6)
- # clojurescript (3)
- # community-development (2)
- # cursive (37)
- # duct (5)
- # emacs (7)
- # fulcro (40)
- # hoplon (7)
- # off-topic (8)
- # parinfer (1)
- # quil (6)
- # re-frame (7)
- # reagent (7)
- # shadow-cljs (45)
- # sql (17)
- # tools-deps (12)
- # yada (3)
Hello it’s me again 😊 I’ve been searching for some time and google didn’t help me, but maybe you will help. I want to use some node modules in my project. Is there a way to add npm dependencies to boot somehow? Or if not is it possible to use Hoplon with shadow-cljs instead of boot? Are there any examples?
@denis_krivosheev have you looked at https://github.com/degree9/boot-npm ?
Hi @dave. No, I didn’t see that… ok, I installed my dependencies with boot-npm, but how can I use them from cljs? How can I require npm module?
Hoplon works on shadow-cljs and I would really recommend that if you are using npm modules.
@denis_krivosheev if you want shadow-cljs support check out http://github.com/degree9/boot-shadow
The degree9 organization on github should have all the tasks you need for anything hoplon related, if it doesn’t let me know and I will throw some code up
Great! Thanks a lot!