-
-
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
Mixed information on the internet #1622
Comments
If you're using a dependency you must install it. We do not automate this step. Anyway, let me know if there's anything else you need help with! 😄 |
Absolutely not, this is wrong and dangerous. It happens to work because Lodash is a transitive dependency of some of the build tools we are using. However, its version may change any time you run If you use a dependency you must run Hope this helps! |
Thanks folks! |
I've been searching the web to find out if there is no need for us to install lodash if we're using create-react-app. Some forums said there is no need to install it. All you have to do is import _groupBy from 'lodash/groupby'. Some said you will have to install lodash manually. So which one is correct? I couldn't get the former to work so I had to
npm install --save lodash
manually.The text was updated successfully, but these errors were encountered: