So I have an error when I try to run the npx create-react-app app-name command on my console, both in vscode and in terminal. The console always returns:
You are running Node 12.22.8. Create React App requires Node 14 or higher. Please update your version of Node.
I tried to install a more up-to-date version of node but it's not possible because I use windows 7 and from version 14 onwards it only supports windows 8. I tried to reinstall but I wasn't successful either. Does anyone have any idea how to solve this??