Replies: 1 comment
-
When you create a new app, the CLI will use Yarn to install dependencies when available. More information on this can be found here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating a custom template and want my App initialised with npm by default rather than yarn.
There is a line in the docs that says:
What does it mean 'when project are initialised with yarn`?
I know that I can add
--use-npm
on the command line when running create-react-app but I'm trying to figure out if I can make npm the default for my template.Beta Was this translation helpful? Give feedback.
All reactions