This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-24
Channels
- # announcements (30)
- # asami (9)
- # babashka (37)
- # beginners (120)
- # calva (26)
- # cider (3)
- # clara (9)
- # clj-commons (7)
- # clj-kondo (17)
- # cljsrn (2)
- # clojure (32)
- # clojure-europe (56)
- # clojure-nl (1)
- # clojure-norway (13)
- # clojure-uk (4)
- # clojurescript (34)
- # conjure (1)
- # copenhagen-clojurians (8)
- # core-async (21)
- # cursive (2)
- # datahike (2)
- # datascript (5)
- # events (4)
- # fulcro (32)
- # graalvm (10)
- # heroku (3)
- # introduce-yourself (1)
- # jobs (2)
- # lsp (3)
- # luminus (1)
- # malli (8)
- # meander (15)
- # minecraft (1)
- # nrepl (2)
- # off-topic (57)
- # pathom (2)
- # polylith (35)
- # reagent (6)
- # reitit (8)
- # releases (1)
- # rewrite-clj (7)
- # shadow-cljs (21)
- # timbre (4)
- # tools-build (1)
- # tools-deps (33)
- # vrac (8)
I tried to make Krell work with expo and added some more configuration changes from the https://figwheel.org/docs/react-native.html, like deleting App.js and modifying package.json. When I start expo I now get a lot of errors like this: Error from chokidar (/data/data/com.termux/files/home/krellapp/node_modules/yargs/node_modules/p-locate): Error: ENOSPC: System limit for number of file watchers reached, watch '/data/data/com.termux/files/home/krellapp/node_modules/yargs/node_modules/p-locate/readme.md'
Do we really need to watch changes in node_modules?
Here's what I'm trying to do (create mobile apps on my phone)