You can use the --use-npm
flag:
create-react-app my-project --use-npm
If it's an existing project you can just remove yarn.lock
and continue using it with npm
.
You can use the --use-npm
flag:
create-react-app my-project --use-npm
If it's an existing project you can just remove yarn.lock
and continue using it with npm
.