Создаю приложение командой npx create-react-app my-app
но выдает ошибку:
You are running `create-react-app`
4.0.0, which is behind the latest release (4.0.1). We no longer support global installation of Create React App.
Please remove any global installs with one of the following commands:
- npm uninstall -g create-react-app
- yarn global remove create-react-app
Но я его никогда не устанавливал глобально. Даже после выполнения этих команд, всё та же ошибка.
-
Вопрос задан
-
1626 просмотров