‘npm start’ returns error: “There might be a problem with the project dependency tree”

In my case, I solved my problem in this way

  1. create a .env at the root of the folder react folder
  2. type SKIP_PREFLIGHT_CHECK=true inside of .env file
  3. now run in cmd npm start .

Leave a Comment