Skip to content

Instantly share code, notes, and snippets.

@corocoto
Created July 29, 2020 05:58
Show Gist options
  • Select an option

  • Save corocoto/ee8192fd5392005c103254e49b87bde9 to your computer and use it in GitHub Desktop.

Select an option

Save corocoto/ee8192fd5392005c103254e49b87bde9 to your computer and use it in GitHub Desktop.
Use NPM as package manager for installing dependencies instead of using Yarn (for project that build using create-react-app)
npx create-react-app my-app --use-npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment