I created ReactApp based on TypeScript, but when I try to start a server I'm getting an error.
$ npx create-react-app my-app --template typescript
$ cd my-app
$ npm start
$ sh: react-scripts command not found
Could someone help me figure out why this is happening? When I create ReactApp on JavaScript I don't have this error