When i'm trying to create a new react app using standard create-react-app tut1 i'm getting:
You are running Node v12.18.3.
Create React App requires Node >=14.0.0 or higher.
Please update your version of Node.
I's strange because I've already updated botch npm & node using:
install npm@latest -g and
npm install -g node@latest moreover when i type npm list -g node i get [email protected] BUT when i check the node version node -v i get indeed old v12.18.3, Why are there such discrepancies?