I want to create react app using comand npx create-react-app ... when I was running this command in terminal it showed this error:
@typescript-eslint/[email protected]: The engine "node" is incompatible with this module. Expected version "^8.10.0 || ^10.13.0 || >=11.10.1". Got "10.2.1"
How to fix?