1
I have a question about the use of npx
. When I use the npx
to create a React project, it uses the Yarn to install the packages behind the scenes.
I was wondering if you had any way of using the npx
, but instead of installing packages with Yarn, set some flag to be with the npm, someone knows if it would have to do this ?
I’ve tried to:
npx create-react-app nomedoprojeto --npm
But it didn’t work, until I researched I found nothing.