Estoy aprendiendo a reaccionar y he recibido el siguiente error.
npm ERR! errno 1 npm ERR! learningreact@0.1.0 start: `react-scripts start` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the learningreact@0.1.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!```Elimine su archivo package-lock.json y la carpeta node_modules. Luego limpie el caché de npm.
npm cache clean --force npm installY vuelve a correr.
Debe intentar eliminar su archivo package-lock.json y la carpeta node_modules y luego borrar el caché npm haciendo:
npm cache clean --forceDespués :
npm install npm start