Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

Currently a failed Node require will not show anything.

This can occur, for example, if a Node require has an unsatisfied binary dependency, and simply fails to load. In that case, from the ClojureScript REPL, the failure is silent.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-3083 (reported by dnolen)
...