How to fix create-react-app: command not found

preview_player
Показать описание
npm i -g create-react-app
create-react-app client && cd client
-bash: create-react-app: command not found

See more
Рекомендации по теме
Комментарии
Автор

thanks npx create-react-app demo-app worked for me

vinayaktripathi