Si prefiere ignorar esta verificación, agregue skip_preflight_check = true a un archivo .env en su proyecto. Eso deshabilitará permanentemente este mensaje, pero puede encontrar otros problemas.

// first run in terminal:
 yarn add --dev dotenv
 
// create .env file in root directory 
// then add below line in the .env file
 SKIP_PREFLIGHT_CHECK=true 
Salo Hopeless