typeorm-fixtures
typeorm-fixtures copied to clipboard
[Bug] Lodash dependency pin
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?