
andres zambrano
Preguntagente ayuda me sale esto que puedo hacer:
sudo npx create-react-app test
npx: installed 67 in 4.483s
You are running Node 10.19.0.
Create React App requires Node 14 or higher.
Please update your version of Node.
gracias por atencion

David Antonio Morales Barrera
Para solucionar el error que pide una version actualizada de NodeJS:
$ npx create-react-app react-demo npx: installed 67 in 6.045s You are running Node 10.19.0. Create React App requires Node 14 or higher. Please update your version of Node.
Abrir un terminar y escribir lo siguiente
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
Luego cerrar el terminal y volver abrirlo y escribir:
nvm install 16

José Mañaricúa Torres
Hola Andres, te dejo la guía que hice para que veas como lo resolví: