I have an issue trying to run npx create-react-app, this is the output:
You are running Node 8.10.0. Create React App requires Node 10 or higher. Please update your version of Node.
I tried to install and uninstall nodejs, the version that I have is v8.10.0, that's what I got running sudo apt install nodejs
Am I missing something?