typeorm-fixtures icon indicating copy to clipboard operation
typeorm-fixtures copied to clipboard

[Bug] Lodash dependency pin

Open psawaya opened this issue 2 years ago β€’ 0 comments

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 avatar Mar 12 '22 22:03 psawaya