leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
exit2 2021-01-17T15:54:33.002600Z

@andy.fingerhut sorry for the late reply. The first command runs fine, the second gives the error

exit2 2021-01-17T15:54:47.002900Z

so its isolated to the lein with-profile dev run -m clojure.main dev/scripts/figwheel.clj

exit2 2021-01-17T15:55:03.003100Z

which in short ends up as:

exit2 2021-01-17T15:55:04.003500Z

Error encountered performing task 'run' with profile(s): 'dev'
java.lang.IllegalArgumentException: Invalid javascript engine (javascript)

2021-01-17T15:59:16.003600Z

If you do not get more help here, it appears you are using figwheel, and the #figwheel channel on Slack might find someone who knows. It appears it might be trying to find a javascript runtime for JS, but cannot find it?

exit2 2021-01-17T16:04:52.003800Z

Thanks!