Skip to content

Define dependencies in package.json? #183

@jaydiablo

Description

@jaydiablo

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions