-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
npx repomix kabooms with "Cannot find module ... cliRun.js" #197
Comments
Hi, @yarikoptic ! Thanks for reporting this issue and providing detailed information including version details and exact error messages! I noticed you're trying to run If you just want to use Repomix to analyze a project: cd /path/to/your/project # your project you want to analyze
npx repomix # this will download and run Repomix directly No need to clone the repository - |
thank you! quick one then, how to "install" it from a local clone of the repository? I have tried |
@yarikoptic git clone https://github.com/yamadashy/repomix.git
cd repomix
npm install Then you can run it:
The reason |
THANK YOU! |
@yamadashy git clone https://github.com/yamadashy/repomix.git
cd repomix
npm install
npm run build
npm link # This creates a global symlink to your local build After this, you can run Regarding adding this to README.md - I'm actually unsure about the demand for building from source since most users would probably just use |
Might be a user error and RTFM (not a JS fella here) but tried to follow README.md stating:
and got (tried two ways) while running within the fresh clone at v0.2.5-10-g05589f7 :
versions info
❯ npx --version 9.2.0 ❯ which npx /usr/bin/npx ❯ dlocate /usr/bin/npx npm: /usr/bin/npx ❯ apt-cache policy npm npm: Installed: 9.2.0~ds1-3 Candidate: 9.2.0~ds1-3 Version table: *** 9.2.0~ds1-3 900 600 https://deb.debian.org/debian sid/main amd64 Packages 600 https://deb.debian.org/debian sid/main i386 Packages 900 https://deb.debian.org/debian trixie/main amd64 Packages 900 https://deb.debian.org/debian trixie/main i386 Packages 100 /var/lib/dpkg/status 9.2.0~ds1-1 100 100 https://deb.debian.org/debian bookworm/main amd64 Packages 100 https://deb.debian.org/debian bookworm/main i386 Packages
The text was updated successfully, but these errors were encountered: