How to make create-react-app use npm instead of yarn? April 22, 2023 by Tarik You can either 1) Remove yarn.lock, and running npm i, or 2) Run create-react-app app --use-npm