
Manuel Alejandro Garcia Torres
Preguntaal ejecutar npm start me sale este error
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! platzi-media-player@1.0.0 start:
live-server
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the platzi-media-player@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! /root/.npm/_logs/2020-10-30T23_01_52_302Z-debug.log
como podria solucionarlo?

John Cardenas
Está correcto el archivo.
Guarda los últimos cambios y limpia la caché con:
git rm -r --cached .
git add .
npm start

Manuel Alejandro Garcia Torres

John Cardenas
Hola. Muestra el código que tienes en el package.json. Al parecer es un problema con el script de la extensión live-server