-
Notifications
You must be signed in to change notification settings - Fork 903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: set npm as default package manager to init #2503
chore: set npm as default package manager to init #2503
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Let's hold on with merging for now and keep on discussing when to proceed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Can you elaborate on this? |
Since we added Yarn v3.x as the default package manager for |
Summary:
After discussing it internally, we decided to make npm a default package manager for projects created with
init
.yarn
in version >= 3 generates a lot of issues and makes the first experience with React Native worse.Test Plan:
init
command locallypackage-lock.json
is in the folder, and there is noyarn.lock
fileChecklist