mirror of
https://github.com/artiebits/fake-git-history.git
synced 2026-04-26 07:25:53 +03:00
[PR #63] [CLOSED] Fix meow ESM compatibility error #61
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#61
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?
📋 Pull Request Information
Original PR: https://github.com/artiebits/fake-git-history/pull/63
Author: @Rydersel
Created: 12/13/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
aac173cFix: Downgrade meow to v9 for CommonJS compatibility📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
package.json(+1 -1)📄 Description
Problem
The CLI fails with
TypeError: meow is not a functionbecause meow v13 is ESM-only, but the codebase uses CommonJSrequire().Fix
Downgrade meow from 13.2.0 to ^9.0.0 (the last CommonJS-compatible version).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.