Ghislain B.

Results 346 comments of Ghislain B.

The thing is that `lerna bootstrap` should be deprecated in the future, so I'm not sure they want to invest time or feature on that command, see comment from Lerna...

@simllll are you by any chance using the new `useNx`? I might have seem something similar when that option is enabled

so does this PR fix your latest issue then? if so I'd be willing to push it to Lerna-Lite

@simllll I can confirm that #2874 is causing quite a negative side effect, we ran into this problem on a large project which had 43 packages changed, but only returned...

hey everyone happy to share that `workspace:` protocol is now supported in [Lerna-Lite](https://github.com/ghiscoding/lerna-lite) with this new release [>=1.3.0](https://github.com/ghiscoding/lerna-lite/releases/tag/v1.3.0). Give it a try and happy coding 🎉

as mentioned by original Lerna's author in this recent [comment](https://github.com/lerna/lerna/discussions/3140#discussioncomment-3033079) `bootstrap` should be deprecated in the future, basically you don't need `lerna bootstrap` anymore since all package managers support workspaces...

I wonder if this conflicts or does something similar to another PR #3197, I didn't try any of the two PRs but the other PR seem to have the advantage...

on the other hand, I just stumble across this piece of code in the publish command which runs the `execScript` and their handling of missing script is different, the context...

most probably related to #3233, there's an open PR in there that you can try to apply (3 lines of code change) to your node_module to test if the solution...

in case that helps, the fix was already applied in [Lerna-Lite](https://github.com/ghiscoding/lerna-lite) or you could wait for it to be applied here. Nice to see more confirmation of the issue &...