Win 10 I want to create a REACT app according to native documentation https://github.com/facebook/create-react-app#creating-an-app I read according to the documentation:.
npx create-react-app my-app cd my-app npm start . (create-react-app module is installed). I run the npx create-react-app my-app command in the terminal. I get the error: npx: installed 1 in 4.073s The "path" argument must be of type string
what should be string? my-app already and in quotes took, all to no avail. What string do they want from me, tell me plz?
npm install -g npm@5.8.0npm install -g npx@10.0.1- DiDex