For instance go to dir framework/examples/controllers
lein run
Could not find artifact com.flexiana:framework:jar:0.5.0-rc4 in central (https://repo1.maven.org/maven2/)
Could not find artifact com.flexiana:framework:jar:0.5.0-rc4 in clojars (https://repo.clojars.org/)
This could be due to a typo in :dependencies, file system permissions, or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
works when I change it to rc-3, which is also the one I find on Clojars.
For instance go to dir
framework/examples/controllers
works when I change it to rc-3, which is also the one I find on Clojars.