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

Lerna hangs when running lerna version #3923

Open
svenvoskamp opened this issue Dec 19, 2023 · 1 comment
Open

Lerna hangs when running lerna version #3923

svenvoskamp opened this issue Dec 19, 2023 · 1 comment

Comments

@svenvoskamp
Copy link

svenvoskamp commented Dec 19, 2023

Current Behavior

I want to run lerna version to create a new version, but my terminal keeps hanging and shows me this:

Screenshot 2023-12-19 at 17 45 51

Expected Behavior

The expected behaviour is that when I run this command, I can create a new version.

This issue may not be prioritized if details are not provided to help us reproduce the issue.

@svenvoskamp svenvoskamp changed the title Lerna hangs when running npm run new-version Lerna hangs when running lerna version Dec 20, 2023
@ghiscoding
Copy link

you should change your logs to verbose and inspect which command is last run. I had similar issues when I found out that a huge folder was included in Git but wasn't supposed to included and that caused a jam because it was super long to pass through the full git history before creating a new version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants