Search code examples
node.jsvaadin23webpack-cli

Vaadin 23: startup fails with "TypeError: cli.isMultipleCompiler is not a function"


I have a project with Vaadin 23.0.8 that fails to start with the error message "cli.isMultipleCompiler is not a function". It seems to be a compatibility problem with webpack-cli Version 4.9.2 which needs to be upgraded to 4.10.0


Solution

  • This is a know issue and fixed with 23.1.1 and 22.0.17

    https://github.com/vaadin/flow/issues/13952