npx work only with create-react-app package

45 views Asked by At

according to React JS Official docs, I have removed the create-react-app package from my system and after I try to create a new react project with npx create-react-app app-name command but it did not work for me, After I installed again create-react-app package globally now npx command work perfectly now I'm confused why npx does not work without create-react-app?

0

There are 0 answers