Hello! Can't create react app in VSC terminal.
When writing npx create-react-app my-app it looks like this:
PS C:\Users\Daulet\Desktop> npx create-react-app my-app
Program execution failure npx.cmd: Cannot find the specified
filestring:1 sign:1
- npx create-react-app my-app
-
filestring:1 sign:1
- npx create-react-app my-app
-
- CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException
- FullyQualifiedErrorId : NativeCommandFailed
I ask you please help me in this matter.

attempts to npm init npm install create-react-app npx create-react-app myapp failed. maybe I did something wrong, I can’t understand why the react package is not installed via the command: npx create-react-app my-app.
Hello! Can't create react app in VSC terminal.
When writing npx create-react-app my-app it looks like this:
PS C:\Users\Daulet\Desktop> npx create-react-app my-app
Program execution failure npx.cmd: Cannot find the specified
filestring:1 sign:1
filestring:1 sign:1
I ask you please help me in this matter.

attempts to npm init npm install create-react-app npx create-react-app myapp failed. maybe I did something wrong, I can’t understand why the react package is not installed via the command: npx create-react-app my-app.