mirror of
https://github.com/artiebits/fake-git-history.git
synced 2026-04-26 23:45:56 +03:00
[GH-ISSUE #62] Tool is having dependency issues #26
Labels
No labels
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-git-history#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gtkacz on GitHub (Jul 17, 2025).
Original GitHub issue: https://github.com/artiebits/fake-git-history/issues/62
Describe the bug
Can't run the tool due to dependency resolving
To Reproduce
Steps to reproduce the behavior:
npx fake-git-history --previewExpected behavior
The tool to generate commit preview
Stacktrace
Additional context
Add any other context about the problem here.
@sht commented on GitHub (Jul 20, 2025):
It will work if you stick
meow v8By default
npm installinstalls the latest version ofmeowwhich doesn't support the defined function becausemeowversion is not pinned.Fix by:
and it will work 🍺
@gtkacz commented on GitHub (Jul 21, 2025):
@sht the project's package.json file specifies meow 13.2.0 though?
@artiebits commented on GitHub (Sep 27, 2025):
Apologies for the delay in response. You don’t need to clone this repository and run
npx fake-git-historyinside it. Simply runnpx fake-git-historyin your terminal, but outside of any npm project.