Erro instalação React frontend

Não estou conseguindo criar o projeto Spring React com Yarn log de erro:

tiago@DESKTOP-9ENN7S4 MINGW64 /c/projetomovie/frontend
$ yarn create-react-app frontend --template typescript
yarn run v1.22.17
error Couldn't find a package.json file in "C:\\projetomovie\\frontend"
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

usando o yarn o comando muda um poquinho, tenta assim:

yarn create react-app frontend --template typescript

consegui com esse comando:
npx create-react-app frontend --template typescript

valeu