@andy.fingerhut sorry for the late reply. The first command runs fine, the second gives the error
so its isolated to the lein with-profile dev run -m clojure.main dev/scripts/figwheel.clj
which in short ends up as:
Error encountered performing task 'run' with profile(s): 'dev'
java.lang.IllegalArgumentException: Invalid javascript engine (javascript)
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?
Thanks!