Use npx create-react-app my-app
. This will solve any issue with the system path variable.
React GitHub documentation suggests this as well. Read Here
Use npx create-react-app my-app
. This will solve any issue with the system path variable.
React GitHub documentation suggests this as well. Read Here