Closed JJ-Atkinson closed 5 years ago
This is due to cli tools not fully supporting ClojureScript. However, the core parsing functionality still works in my testing.
If you would like to remove the warnings the best option would be to remove the org.clojure/tools.cli
dependency and the code that depends on it. If you still want arg parsing you may be able to use one of the many npm offerings and call (js->clj parsed-js-obj :keywordize-keys true)
to get a Clojure hash-map.
Let me know if I can help further. Thanks for reporting this.
That works great. Thank you!
That works great. Thank you!
I'm running npm -v 6.8.0 and node -v 11.10.0.