You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running any app in dev-mode having node 17.x installed it fails throwing the following error
java.lang.IllegalStateException: Webpack exited prematurely
at com.vaadin.flow.server.DevModeHandler.doStartWebpack(DevModeHandler.java:706) ~[flow-server-2.7.7.jar:2.7.7]
at com.vaadin.flow.server.DevModeHandler.doStartDevModeServer(DevModeHandler.java:615) ~[flow-server-2.7.7.jar:2.7.7]
at com.vaadin.flow.server.DevModeHandler.runOnFutureComplete(DevModeHandler.java:562) ~[flow-server-2.7.7.jar:2.7.7]
Description of the bug
When running any app in dev-mode having node 17.x installed it fails throwing the following error
Expected behavior
Application should work
Minimal reproducible example
node --version ## should output 17.x
curl 'https://start.vaadin.com/dl?preset=latest' -o my-app.zip
unzip my-app.zip
cd my-app
mvn
Versions
The text was updated successfully, but these errors were encountered: