Vs studio terminal error on create react app

i am facing this error while creating react folder , althrough the app is created but i never know why this error comes and also i am facing the vulnabilities issues.

Hello,
vulnerabilities are found when some of the packages you are using are outdated
run these commands and see if this fixes it:

npm outdated // run to check outdated npm packages

npx npm-check-updates -u // run to check updates outdated npm packages

npm install // run to update npm packages

As for the error, it is related to git, did you initialize git in the folder before trying to use it or no?

Do you have Git installed?

I would highly recommend using Vite instead of CRA.