-
-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
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
webpack-cli migrate webpack.config.js ERROR #541
Comments
Hi! Thanks for filling the issue, please next time don't delete the template! Couple of questions:
|
same problem |
i have tried to switch to version 2.1.1 - but go the |
Which version are you lads at? We need more information 👍 |
this issue error happens on webpack-cli 308 |
Upgrade to version |
@ev1stensberg I used following command.
But it is still installing 3.0.8 version |
Yep. I'll submit a fix shortly |
Fixed on master now. Will publish a new release once @dhruvdutt has fixed the breaking tests in bintestcases. |
The same issue and I use: "webpack-cli": "git+https://github.com/webpack/webpack-cli.git#master" |
Any update on this? |
It's supposed to be resolved. If you still have this issue, please file a new issue with information of how to reproduce it |
I'm updating a webpack.config.js using and this command
webpack-cli migrate weebpack.config.js
I'm starting a new project with webpack mini test sample so
I create a directory and run
npm init
then runnpm i webpack --save-dev
I install webpack-cli
npm i webpack-cli
then i runwebpack init
automatically install a new webpack.dev.jsI run
webpack-cli migrate webpack.config.js
this pop the errorThe text was updated successfully, but these errors were encountered: