Ezequiel Ciccioli
Preguntanpm run start me tira un montón de errores
> PlatziVideo@1.0.0 start /home/emc/Documents/Practicas/Redux y router/PlatziVideo > webpack-dev-server --open --mode development sh: 1: webpack-dev-server: not found npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn npm ERR! PlatziVideo@1.0.0 start: `webpack-dev-server --open --mode development` npm ERR! spawn ENOENT 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 WARN Local package.json exists, but node_modules missing, did you mean to install? npm ERR! A complete log of this run can be found in: npm ERR! /home/emc/.npm/_logs/2020-02-05T13_40_31_948Z-debug.log
Aarón González
¡Hola, Ezequiel! Prueba haciendo
npm installnpm run startNos cuentas si esto te sirve :D
Gabriel De Andrade
Recuerda que cada que clonas un repo de Git estos van a venir sin las dependencias instaladas, con correr
npm installyarn installNicolas Bertini Argañaras
Intenta eliminando la capeta "node_modules" y luego corre el comando "npm install". Tuve el mismo inconveniente y lo solucioné de esa manera. Saludos
