I\'m learning React for the first time, and I\'m having a great deal of trouble even getting started with a demo app. When I run npx create-react-app I get the
npx create-react-app
did you try installing create-react-app? npm install -g create-react-app and then run create-react-app my-app
npm install -g create-react-app
create-react-app my-app