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
After installing Yarn 2 as instructed here, and running a Webpack Encore (Symfony) script, Webpack now asks for a CLI. It never did before.
Command
This will build the assets and move them into the public/ directory with Webpack Encore:
public/
yarn encore dev
What is the current behavior?
Webpack is asking me to install webpack-cli. I simply answered 'no'. I don't want to mess things up. For now I'll stick with Yarn 1.
webpack-cli
What is the expected behavior?
yarn encore dev should execute successfully, as it still does with Yarn 1.
Steps to Reproduce
yarn install
yarn up
Environment
v13.9.0
1.22.0
2.0.0-rc.29
The text was updated successfully, but these errors were encountered:
This is expected. The Webpack CLI is in webpack-cli, not in webpack.
webpack
Sorry, something went wrong.
Based on the date this was opened it was because of a missing peer dependency fixed in webpack/webpack#11190
No branches or pull requests
Bug description
After installing Yarn 2 as instructed here, and running a Webpack Encore (Symfony) script, Webpack now asks for a CLI. It never did before.
Command
This will build the assets and move them into the
public/
directory with Webpack Encore:What is the current behavior?
Webpack is asking me to install
webpack-cli
. I simply answered 'no'. I don't want to mess things up. For now I'll stick with Yarn 1.What is the expected behavior?
yarn encore dev
should execute successfully, as it still does with Yarn 1.Steps to Reproduce
yarn install
, which completed successfully; followed byyarn up
, which finished immediately without any output.yarn encore dev
.Environment
v13.9.0
1.22.0
2.0.0-rc.29
The text was updated successfully, but these errors were encountered: