[GH-ISSUE #53] Error: Cannot find module 'meow' #20

Closed
opened 2026-03-02 02:53:04 +03:00 by kerem · 1 comment
Owner

Originally created by @luilver on GitHub (Mar 29, 2025).
Original GitHub issue: https://github.com/artiebits/fake-git-history/issues/53

Describe the bug
I'm following README instructions and got the aformentioned error.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://github.com/artiebits/fake-git-history/
  2. Copy clone url
  3. Paste it in your localhost preceded by git clone
  4. cd into your cloned folder
  5. run npx fake-git-history
  6. See error
node:internal/modules/cjs/loader:1252
  throw err;
  ^

Error: Cannot find module 'meow'
Require stack:
- /Users/luilver.garces/git/github/artiebits/fake-git-history/src/cli.js
    at Function._resolveFilename (node:internal/modules/cjs/loader:1249:15)
    at Function._load (node:internal/modules/cjs/loader:1075:27)
    at TracingChannel.traceSync (node:diagnostics_channel:315:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:218:24)
    at Module.require (node:internal/modules/cjs/loader:1340:12)
    at require (node:internal/modules/helpers:141:16)
    at Object.<anonymous> (/Users/luilver.garces/git/github/artiebits/fake-git-history/src/cli.js:3:14)
    at Module._compile (node:internal/modules/cjs/loader:1546:14)
    at Object..js (node:internal/modules/cjs/loader:1689:10)
    at Module.load (node:internal/modules/cjs/loader:1318:32) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/Users/luilver.garces/git/github/artiebits/fake-git-history/src/cli.js'
  ]
}

Node.js v22.11.0

Expected behavior

This command creates a my-history folder, initializes git, and generates commits for every day within the last year (0-3 commits per day).

Screenshots
N/A

Desktop (please complete the following information):

  • OS: macOS
    • ProductVersion: 15.3.2
    • BuildVersion: 24D81
  • Browser: chrome
    • Version 134.0.6998.166 (Official Build) (arm64)
Originally created by @luilver on GitHub (Mar 29, 2025). Original GitHub issue: https://github.com/artiebits/fake-git-history/issues/53 **Describe the bug** I'm following README instructions and got the aformentioned error. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://github.com/artiebits/fake-git-history/ 2. Copy clone url 3. Paste it in your localhost preceded by `git clone` 4. `cd` into your cloned folder 5. run `npx fake-git-history` 6. See error ``` node:internal/modules/cjs/loader:1252 throw err; ^ Error: Cannot find module 'meow' Require stack: - /Users/luilver.garces/git/github/artiebits/fake-git-history/src/cli.js at Function._resolveFilename (node:internal/modules/cjs/loader:1249:15) at Function._load (node:internal/modules/cjs/loader:1075:27) at TracingChannel.traceSync (node:diagnostics_channel:315:14) at wrapModuleLoad (node:internal/modules/cjs/loader:218:24) at Module.require (node:internal/modules/cjs/loader:1340:12) at require (node:internal/modules/helpers:141:16) at Object.<anonymous> (/Users/luilver.garces/git/github/artiebits/fake-git-history/src/cli.js:3:14) at Module._compile (node:internal/modules/cjs/loader:1546:14) at Object..js (node:internal/modules/cjs/loader:1689:10) at Module.load (node:internal/modules/cjs/loader:1318:32) { code: 'MODULE_NOT_FOUND', requireStack: [ '/Users/luilver.garces/git/github/artiebits/fake-git-history/src/cli.js' ] } Node.js v22.11.0 ``` **Expected behavior** > This command creates a my-history folder, initializes git, and generates commits for every day within the last year (0-3 commits per day). **Screenshots** N/A **Desktop (please complete the following information):** - OS: macOS - ProductVersion: 15.3.2 - BuildVersion: 24D81 - Browser: chrome - Version 134.0.6998.166 (Official Build) (arm64)
kerem closed this issue 2026-03-02 02:53:04 +03:00
Author
Owner

@artiebits commented on GitHub (Apr 5, 2025):

Hi @luilver, to generate commits you don't need to git clone or install any dependencies. simply run npx fake-git-history in terminal. I hope this helps

<!-- gh-comment-id:2780373568 --> @artiebits commented on GitHub (Apr 5, 2025): Hi @luilver, to generate commits you don't need to git clone or install any dependencies. simply run `npx fake-git-history` in terminal. I hope this helps
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-git-history#20
No description provided.