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

git dep preparation failed on install #271

Closed
6XGate opened this issue May 2, 2023 · 1 comment
Closed

git dep preparation failed on install #271

6XGate opened this issue May 2, 2023 · 1 comment

Comments

@6XGate
Copy link

6XGate commented May 2, 2023

This is what is output in the terminal:

npm ERR! code 127
npm ERR! git dep preparation failed
npm ERR! command /home/matthew/.local/bin/node /home/matthew/.local/lib/node_modules/npm/bin/npm-cli.js install --force --cache=/home/matthew/.npm --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit --include=dev --include=peer --include=optional --no-package-lock-only --no-dry-run
npm ERR! npm WARN using --force Recommended protections disabled.
npm ERR! npm ERR! code 127
npm ERR! npm ERR! path /home/matthew/.npm/_cacache/tmp/git-cloneCUxwS7
npm ERR! npm ERR! command failed
npm ERR! npm ERR! command sh -c -- npm run compile
npm ERR! npm ERR! > cliui@8.0.1 precompile
npm ERR! npm ERR! > rimraf build
...

It seems there is a circular dependencies between cliui -> rimraf -> glob -> jackspeak -> cliui

@isaacs
Copy link
Owner

isaacs commented May 2, 2023

dupe isaacs/jackspeak#4

@isaacs isaacs closed this as completed May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants