This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-01-21
Channels
- # beginners (73)
- # capetown (1)
- # cider (13)
- # cljsrn (4)
- # clojure (56)
- # clojure-russia (2)
- # clojure-uk (1)
- # clojurescript (50)
- # community-development (3)
- # cursive (1)
- # datomic (80)
- # defnpodcast (2)
- # emacs (2)
- # fulcro (16)
- # graphql (8)
- # hoplon (206)
- # immutant (43)
- # keechma (4)
- # lumo (4)
- # off-topic (26)
- # perun (2)
- # re-frame (2)
- # reagent (4)
- # remote-jobs (2)
- # rum (4)
- # shadow-cljs (82)
- # spacemacs (5)
- # vim (6)
I am just getting started... following the instructions from expo-cljs-template and got to the end of the genymotion setup, doing sudo npm install -g exp
.
It fails, with ngrok - error unpacking binary { Error: EACCES: permission denied, open '/usr/local/lib/node_modules/exp/node_modules/@expo/ngrok/bin/ngrok'
From an earlier attempt, I do have the IDE version of Expo able to run, and this almost works, except that seems to have a clash in adb version, giving ADB server didn't ACK...
.
I assume that part of the toolchain is using the non-genymotion version of adb, but I don't know how to fix this since I can't do exp path
since I wasn't able to install adb.