@djblue thanks for spotting that, I've updated the alias and have one for clojure, web and node now. I am using the JVM approach. I seem to get a few bugs running web and node, so will do a bit more testing when I am less ill (I could be doing something silly)
1💯What type of bugs are you seeing?
Running the node clojurescript repl, when using (portal/open)
I get the error
(node:329481) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_ARG_TYPE]: The "file" argument must
be of type string. Received null
I can raise an issue if you prefer with the complete stack trace.I think it's probably related to not finding chrome :thinking_face:
Fixed in jvm version forgot about node
I'll get that fixed up soon 👌 thanks for letting me know
Great work so far, looks a very promising tool. Thank you
1