Fork me on GitHub
#cljsrn
<
2019-06-28
>
metehan14:06:01

hi all, I am trying to init my first CLJS and EXPO project. I tried seantempesta/expo-cljs-template and expo's own documentation when I run expo my phone gives error It says 26.0.0 is wrong version use 30 or 31. So I created new project i changed package json and app json updated to expo sdk 31. This time lein didn't even start the app gave some error.

metehan14:06:34

do you know any updated tutorial or package that I can use CLJS with expo sdk 30 or 31

neupsh15:06:06

@m373h4n If you are just trying it out, give this a go: https://github.com/PEZ/rn-rf-shadow

neupsh15:06:55

it uses SDK 33 which is latest

metehan15:06:03

thank you i am trying

metehan15:06:26

D:\Dev\Clojure\rnrf-shadow
λ shadow-cljs watch app
shadow-cljs - config: D:\Dev\Clojure\rnrf-shadow\shadow-cljs.edn  cli version: 2.8.8  node: v10.16.0
shadow-cljs - starting via "clojure"
Executable 'clojure' not found on system path.

metehan15:06:50

since 50 minutes i am trying to add "clojure" to my system path 🙂

metehan15:06:15

i couldn't find any solution

neupsh15:06:28

@m373h4n I don't use windows, but may be it needs logout and login again?

neupsh15:06:42

Perhaps other users of windows can help you

metehan15:06:41

yes i've followed this one too, no luck

metehan17:06:01

root@SamsungI7:/mnt/d/Dev/Clojure/ubuntu/rn-rf-shadow# shadow-cljs watch app
shadow-cljs - config: /mnt/d/Dev/Clojure/ubuntu/rn-rf-shadow/shadow-cljs.edn  cli version: 2.8.8  node: v8.10.0
shadow-cljs - starting via "clojure"
Executable 'clojure' not found on system path.

metehan17:06:13

even with ubuntu i got same error do you use mac ?

neupsh17:06:43

what do you get when you run which clj in your linux?

neupsh17:06:46

I use linux

metehan17:06:47

actually i just solved that error. I have new one ^^ Exception in thread "main" java.io.FileNotFoundException: -Sdeps (No such file or directory)

danielneal19:06:25

Ah I don't think tools.deps works with Windows yet

danielneal19:06:38

I fear it's going to be an uphill battle

metehan19:06:47

i wonder if can i run this thing with lein ^^'