flexsurfer / re-frisk

Take full control of re-frame app
https://flexsurfer.github.io/conduit-re-frisk-demo/
456 stars 29 forks source link

lein re-frisk -> Could not find artifact org.clojure:clojure:jar:1.8.0 #32

Closed gnl closed 7 years ago

gnl commented 7 years ago
% lein re-frisk
Could not find artifact org.clojure:clojure:jar:1.8.0
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
command failed with status: 1

I confirmed it's not a network issue, I could install a number of other dependencies no problem.

flexsurfer commented 7 years ago

hi, thank you for your report, looks like i need to add clojure 1.8 into lein project dependencies

gnl commented 7 years ago

I'm using re-natal / React Native if it's somehow relevant and really looking forward to making re-frisk work, it looks fantastic.

flexsurfer commented 7 years ago

@gnl yes, I'm working with re-natal using re-frisk, it's great experience, you can take a look re-natal settings here https://github.com/status-im/status-react/pull/858/files

flexsurfer commented 7 years ago

fixed in lein re-frisk 0.4.5

gnl commented 7 years ago

Working great now. And thanks for the config, it's even nicer now not having to manually run lein re-frisk.

flexsurfer commented 7 years ago

awesome, thanks for the feedback!