create-react-app command throws npm ENOENT error

I am new to React and NodeJS. I am trying to create a React app using the command npx create-react-app my-app, but every time I run this command, I get the error shown below about MySQL

npm error meesage

does react need MySQL to function and how do i get rid of this error?
Thank you.

Here are some of the things I have tried:

  • reinstalled node and npm multiple times, even used nvm.
  • added MySQL bin directory to PATH.
  • ran the command create-react-app without npx.
  • tried npm create vite@latest.