Commit e75706a
CLJS-2775: cljs.main: Node modules not installed if -re node
If you look at the (non-cljs.main) REPL startup sequence in
cljs.repl/repl*, maybe-install-npm-deps is called prior to run-inits,
but in cljs.cli, there is a call to run-inits without first ensuring
that maybe-install-npm-deps has been called. This is simple to fix by
explicitly making such a call before run-inits is called.1 parent fed0807 commit e75706a
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| 355 | + | |
355 | 356 | | |
356 | 357 | | |
357 | 358 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
0 commit comments