[webpack-cli] TypeError: cli.isMultipleCompiler is not a function
See original GitHub issueI’m getting TypeError: cli.isMultipleCompiler
is not a function when running an app via docker. The node modules are installed, I’m using
"webpack": "5.72.1",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.8.0"
Any ideas what could be causing it?
Here’s the full error
[webpack-cli] TypeError: cli.isMultipleCompiler is not a function
shared | at Command.<anonymous> (/app/node_modules/@webpack-cli/serve/lib/index.js:146:35)
shared | at async Promise.all (index 1)
shared | at async Command.<anonymous> (/app/node_modules/webpack-cli/lib/webpack-cli.js:1674:7)
Issue Analytics
- State:
- Created a year ago
- Comments:13 (3 by maintainers)
Top Results From Across the Web
How to solve [webpack-cli] TypeError: cli.isMultipleCompiler is ...
I had a similar error trying to run a Jhipster app, the error is: [webpack-cli] TypeError: cli.isMultipleCompiler is not a function at ...
Read more >Can't run sample app [webpack-cli] TypeError
Can't run sample app [webpack-cli] TypeError: cli.isMultipleCompiler is not a function ... Hi, I am on Mac books and I am just trying...
Read more >browserDevelopmentRun task fails with webpack-cli type error
[webpack-cli] TypeError: cli.isMultipleCompiler is not a function [webpack-cli] TypeError: cli.isMultipleCompiler is not a function at Command.
Read more >I m getting this when starting up the frontend webpack cli T
I m getting this when starting up the frontend webpack cli TypeError cli isMultipleCompiler is not a function Any insights.
Read more >[Solved]-Kotlin multiplatform gradle task "jsRun" gives error ...
... for the question Kotlin multiplatform gradle task "jsRun" gives error "[webpack-cli] TypeError: cli.isMultipleCompiler is not a function"-kotlin.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Please upgrade to the latest version of webpack-cli that is 4.10.0
Duplicate of https://github.com/webpack/webpack-cli/issues/3294, fix is-