Skip to content
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

Error: Cannot find module 'lodash/object/get' #2

Closed
kevinludwig opened this issue May 25, 2016 · 1 comment
Closed

Error: Cannot find module 'lodash/object/get' #2

kevinludwig opened this issue May 25, 2016 · 1 comment

Comments

@kevinludwig
Copy link

There are two issues:

  1. you used a wildcard to version lodash in package.json, so if the API breaks (it did) then users get the incompatible version. You should fix the version or at least don't let it float above the major version you're on.
  2. The new way to import lodash/object/get is require('lodash/get') or require('lodash/object').get.
@a-s-o
Copy link
Owner

a-s-o commented May 27, 2016

Thanks again for this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants