Marc Høegh

Results 26 comments of Marc Høegh

> add a log message after doing the update to tell the user that they have to run lerna bootstrap to get the updated dependencies hoisted? I could definitely add...

Hmm, I haven't seen this issue myself, no, but I can imagine that 60 packages would build up quite a huge object for representing your project's "dependency map", and therefore...

It just occurred to me that this line might be the issue: https://github.com/Anifacted/lerna-update-wizard/blob/master/src/index.js#L83 It is scanning for `package.json` files and it might be recursively hitting all those `node_modules/` sub directories....

You are more than welcome to add a PR, yes! I suppose functionality should stay unchanged with that change, so we should be able to rely on the automated tests...

I believe these tests should cover that part: https://github.com/Anifacted/lerna-update-wizard/blob/master/test/lerna.json.packages.spec.js

Would be much appreciated! Getting peer dependency conflicts.