cljs.main: Node modules not installed if -re node

Description

The following cljs.main use fails, without node_modules being set up, etc.:

On the other hand, if you change to -re browser, things work as expected

And, after node_modules has been set up by the use of -re browser, the first command, based on -re node starts to succeed, so it is as if the logic to install NPM deps is perhaps simply being skipped?

Environment

{:deps {org.clojure/clojurescript {:mvn/version "1.10.238"}}}

Attachments

1

Activity

Completed

Details

Assignee

Reporter

Patch

Priority

Created June 13, 2018 at 4:48 PM
Updated June 13, 2018 at 10:40 PM
Resolved June 13, 2018 at 10:40 PM