【React】create-react-app my-appすると「error @typescript-eslint/eslint-plugin@2.24.0: The engine “node” is incompatible with this module. 」と出る

error @typescript-eslint/eslint-plugin@2.24.0: The engine "node" is incompatible with this module. Expected version "^8.10.0 || ^10.13.0 || >=11.10.1". Got "9.11.2" error Found incompatible module.
yuta:~/react-google-api $ nvm list -> v9.11.2 v10.18.1 system default -> v9.11.2
nvm install 11.10.1
nvm use 11.10.1
npm install -g create-react-app create-react-app my-app