Commit 047ce3c
Flow ignored the configured nodeFolder and always attempted to
resolve and download its own Node.js distribution.
When nodeFolder is explicitly set, Flow should rely on the Node
installation from that directory and avoid triggering the
Node download logic.
This change ensures that Node resolution correctly honors
the nodeFolder configuration in DevModeInitializer.
Fixes #23291
Co-authored-by: Haven Madray <sgpublic2002@gmail.com>
1 parent 8346e7f commit 047ce3c
File tree
1 file changed
+2
-0
lines changed- vaadin-dev-server/src/main/java/com/vaadin/base/devserver/startup
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
310 | 311 | | |
311 | 312 | | |
312 | 313 | | |
| 314 | + | |
313 | 315 | | |
314 | 316 | | |
315 | 317 | | |
| |||
0 commit comments