I am running into "Can't resolve '.\\resources\\public\\cljs-out\\dev\\main.js' ... Did you mean './.\\resources..." I can see the main.js right there.
The next layer to be peeled in my "onion of ignorance and learning" is why my main.js is complaining "import not found: npmDeps" when trying to import from ./npm_deps.js. I did make sure the link to main.js is type="module"
Looks like this is answered mostly by "Do not clojurescript on Windows. Maybe don't javascript, either." (sigh)