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

[Bug] Lodash dependency pin #185

Open
psawaya opened this issue Mar 12, 2022 · 0 comments
Open

[Bug] Lodash dependency pin #185

psawaya opened this issue Mar 12, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@psawaya
Copy link

psawaya commented Mar 12, 2022

npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer lodash@"4.17.15" from [email protected]
npm ERR! node_modules/typeorm-fixtures
npm ERR! typeorm-fixtures@"*" from the root project

Noob NPM question. :)

It looks like typeorm-fixtures pins lodash to an earlier version, while I'm using "lodash": "^4.17.21",. I ended up installing using --force, but it looks like there shouldn't be an issue given the minor version difference, right?

@psawaya psawaya added the bug Something isn't working label Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants