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

Define dependencies in package.json? #183

Open
jaydiablo opened this issue Jan 16, 2020 · 0 comments
Open

Define dependencies in package.json? #183

jaydiablo opened this issue Jan 16, 2020 · 0 comments

Comments

@jaydiablo
Copy link

We had an issue where we were using lodash 3.x and were getting tricky to debug errors.

ERROR TypeError: “Object(...) is not a function”

As a long shot, we upgraded to lodash 4.x and that fixed the error.

It would be nice if lodash (and Angular for that matter) were added to the dependencies of this project, with the specific versions that are supported (at least the minimum versions), i.e. "lodash": ">=4.0.0",.

Or, at the very least, mention that at least lodash 4.x is required in the README (https://github.com/2muchcoffeecom/ngx-restangular#dependencies). :)

Thanks!

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

1 participant