-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Add explanation of why we install everything as a dependency to the docs #5805
Comments
Can you please throw more light on what exactly you expect? @iansu |
Here's a Stack Overflow post where @gaearon explains this: https://stackoverflow.com/questions/44868453/create-react-app-install-devdepencies-in-dependencies-section The goal is to add an explanation similar to this to the docs. I'm not about where this should go in the docs so you'll have to look around and find a suitable place. |
Thanks @iansu |
@iansu I have edited the docs. Kindly check and let me know what you think. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
Closing in favor of PR #6082. Thanks! |
At least once a week we get an issue or a PR about the examples in the docs where we install things like prettier or typescript as dependencies instead of dev dependencies. We should add an explanation of this somewhere in the docs. Then we can reference that when we provide examples of installing dependencies. We could also link to that if/when people submit issues or PRs.
The text was updated successfully, but these errors were encountered: