
Ulises Lodi
Pregunta¿Alguien me ayuda con este error de consola al tratar de ejecutar?
Ya intenté volver a instalar webpack y me fije en config pero no veo el error. Gracias
C:\Users\ulodi\OneDrive\Documentos\Ulises\Proyectos\React\PlatziVideo>npm run start
PlatziVideo@1.0.0 start C:\Users\ulodi\OneDrive\Documentos\Ulises\Proyectos\React\PlatziVideo
webpack-dev-server --open --mode development
“webpack-dev-server” no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! PlatziVideo@1.0.0 start:
webpack-dev-server --open --mode development
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the PlatziVideo@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\ulodi\AppData\Roaming\npm-cache_logs\2020-02-06T18_50_07_555Z-debug.log

Juan Castro
Antes tienes que instalar webpack-dev-server
npm install --save webpack-dev-server