Fork me on GitHub
#cljsrn
<
2018-01-21
>
deg12:01:03

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'

deg12:01:04

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.

carocad17:01:55

@deg if installing exp globally doesnt work, just install it locally as a dev dependency, add it as script and run it as npm run exp start

carocad17:01:18

as for the emulator, no idea. I use my phone for development so I have never installed the emulator. I know though that android requires some port forwarding. the re-natal project has some instructions of commands to run when doing android development