'webpack-dev-server' module not found😡 #1993
Unanswered
valteralvees
asked this question in
Perguntas e Respostas
Replies: 1 comment 2 replies
-
Oi @valteralvees, dei uma procurada e parece ser alguma mudança nas versões de algum desses pacotes de webpack. Essa resposta no StackOverflow tem mais algumas informações: https://stackoverflow.com/questions/59611597/error-cannot-find-module-webpack-cli-bin-config-yargs Nesse link, a pessoa dá a dica de executar o seguinte comando: webpack serve No seu caso, talvez vale tentar executar: yarn webpack serve Ou yarn webpack-cli serve Acho que vale tentar. Vou criar um projeto local aqui com o seu |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ao tentar executar
yarn webpack-dev-server --mode development
o seguinte erro aparece:
Segue o conteúdo do package.json
Em anexo, também, o conteúdo de webpack.config.js
Quem puder me ajudar, agradeço desde já.
Beta Was this translation helpful? Give feedback.
All reactions