We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Node v14.16.1 Npm 6.14.12
Npm start return webpack-cli error :
1% setup initialize[webpack-cli] TypeError: cli.isMultipleCompiler is not a function 1 --hot --inline --content-base .`
This seems to come from webpack-cli and webpack packages version in master branch :
webpack-cli
webpack
MapStoreExtension/package.json
Lines 112 to 114 in 8ae58de
$ webpack --version webpack: 5.9.0 webpack-cli: 4.9.0 webpack-dev-server 3.11.0
After upgrade webpack-cli all work fine :
npm install [email protected]
The text was updated successfully, but these errors were encountered:
Fwiw, was experiencing the same issue with node v12.22.12 when trying npm start on https://github.com/georchestra/mapstore2-cadastrapp, changing webpack-cli to 4.10.0 and running npm install fixed it.
npm start
npm install
Sorry, something went wrong.
No branches or pull requests
Hi,
Versions
Node v14.16.1
Npm 6.14.12
issue
Npm start return webpack-cli error :
This seems to come from
webpack-cli
andwebpack
packages version in master branch :MapStoreExtension/package.json
Lines 112 to 114 in 8ae58de
After upgrade webpack-cli all work fine :
npm install [email protected]
The text was updated successfully, but these errors were encountered: