Has anyone had any luck with the example here with lein - https://clojurescript.org/guides/javascript-modules#node-modules
This file in the example uses [cljs.build.api :as b]
for b/node-inputs
. trying this in the project.clj file directly with lein says it can’t find it.