Jim
Jim
Huzzah! I can start a repl with `java -jar leiningen-2.8.1-standalone.jar`, but I can't seem to be able to pass arguments to lein.
I mean pass arguments to leiningen itself. For example, how would you do "lein new my-project" when executing lein from the jar file?
Thanks, but it still does not work. I'm getting the same error message: `Error: Could not find or load main class clojure.main`
I tried running your long command as well, but it gives me the same error.
I just put the "leiningen-2.8.1-standalone.jar" file in my .lein folder and changed my LEIN_JAR environment variable, but then when I try to run lein.bat it says this: ``` C:\Users\lynchj8\.lein\leiningen-2.8.1-standalone.jar; can...
Thanks @hejtom, but I'm not understanding your comment. what are you suggesting I do to get it working?
I too think sorted should be in std lib. In [Rust playground](https://play.rust-lang.org/), [repl.it](https://repl.it/~) and other places where I can't install packages I am forced to use mutable vectors whose names...
I tried creating a .env file with "SESSION_SECRET" but still getting the error
Thanks @frandiox 👍 Do the docs mention these env variables that needed to be added? After adding SESSION_SECRET I'm now seeing this error: ``` StorefrontClient: Using a private storefront token...
Hey @frandiox, I added those environment variables. It works only for the demo store, but when I try to use the values for my store it just crashes with errors...