-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Do not force to use yarn
#324
Comments
lol
99% of the time you will be doing this, and this is the behavior of create-react-app, so we aren't going to change this. if you want to add a flag to disable it, then that would be fine! a PR is welcome for that. |
I forgot about this commit ;) 1609cef you can specify |
Thanks !! I knew there must be some flag but couldn't figure it out 😂 |
|
I see this message following an install with pnpm.
According to #412 (comment) pnpm is not supported yet. |
@vjpr Got busy with other things so couldn't send a PR. Still I tried using |
Allow users to run the command rather than forcing 😃
I think people can type
npm i
oryarn
after doingcreate-react-native-app myApp
My main concern is due to I want to use pnpm which is fast & saves a lotta disk space than both
npm
&yarn
😉As a guy doing a lotta projects in
react-native
I don't think I need to waste space for morenode_modules
😜The text was updated successfully, but these errors were encountered: