fulcrologic / fulcro-template

A sample project that could be used as a starting point for a Fulcro 3 project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in Readme instructions for server startup

aeberts opened this issue · comments

The readme suggests starting the server with the command:

## Start the backend process:
clojure -A:dev -Dtrace -Dguardrails.enabled=true

Which fails with:

➜  fulcro-template git:(master) ✗ clojure -A:dev -Dtrace -Dguardrails.enabled=true
Execution error (FileNotFoundException) at java.io.FileInputStream/open0 (FileInputStream.java:-2).
-Dtrace (No such file or directory)

Full report at:
/var/folders/1h/ky9z5q955p397p2p6qz_z1cc0000gp/T/clojure-1941805994198538015.edn

Using the command:

➜  fulcro-template git:(master) ✗ clojure -A:dev -J-Dtrace -J-Dguardrails.enabled=true
Clojure 1.10.1
user=>

Displays the clojure REPL without errors.

fixed