Hej, jestem w trakcie oglądania tutoriala dotyczącego spring boot + react. I mam problem z stworzeniem projektu reactowego.
Typek na filmie wpisuje komendę create-react-app nazwa --scripts-version=react-scripts-ts i wszystko działa.
W moim przypadku wywala błędy w stylu

npm ERR! path E:\programowanie\spring.io\spring-boot-and-react\node_modules\abab
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename 'E:\programowanie\spring.io\spring-boot-and-react\node_modules\abab' -> 'E:\programowanie\spring.io\spring-boot-and-react\node_modules.abab.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

zainstalowałem
npm install -g create-react-app
npm install -g typescript
npm install -g react-scripts-ts (po instalacji mam warny

npm WARN [email protected] requires a peer of [email protected] but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of typescript@^2.1.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of [email protected] but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of typescript@>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of typescript@>=2.1.0 || >=2.7.0-dev || >=2.8.0-dev but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of typescript@>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev but none is installed. You must install peer dependencies yourse
lf.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\react-scripts-ts\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
)