To create a react app, when I use
npx create-react-app myapp
I get an error saying
"PS C:\Users\yashj\OneDrive\Desktop\messaging_app> npx create-react-app myapp
Program 'npx.cmd' failed to run: The system cannot find the file
specifiedAt line:1 char:1
+ npx create-react-app myapp
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~.
At line:1 char:1
+ npx create-react-app myapp
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [],
ApplicationFailedException
+ FullyQualifiedErrorId : NativeCommandFailed"
I have reinstalled nodejs again but still, I get the same error.