Я пытаюсь настроить свою среду для React, но когда я пытаюсь запустить команду npx create-react-app myApp
, я получаю следующую ошибку:
1) npm ERR! code ENOLOCAL
2) npm ERR! Could not install from "Guillen\AppData\Roaming\npm-cache\_npx\10796" as it does not contain a package.json file.
3) npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Andres Guillen\AppData\Roaming\npm-cache\_logs\2020-04-25T01_16_30_068Z-debug.log
La instalación de [ 'create-react-app@latest' ] fracasó con código 1.
I have this node js version : 13.2.0 , npm version: 6.13.1
Я не знаю, как исправить эти ошибки , Любые идеи? Заранее спасибо.