我正在运行sudo npm install -g @angular/cli
,我遇到了一堆错误。
最新的一个是这样的:
npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
npm ERR! code 2
npm ERR! git dep preparation failed
npm ERR! command /opt/homebrew/Cellar/node/20.0.0/bin/node /opt/homebrew/lib/node_modules/npm/bin/npm-cli.js install --force --cache=~/.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 2
npm ERR! npm ERR! path ~/.npm/_cacache/tmp/git-clonecrQU0L
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
npm ERR! npm ERR!
npm ERR! npm ERR!
npm ERR! npm ERR! > cliui@8.0.1 compile
npm ERR! npm ERR! > tsc
npm ERR! npm ERR!
npm ERR! npm ERR! error TS5083: Cannot read file '~/.npm/_cacache/tmp/git-clonecrQU0L/node_modules/gts/tsconfig-google.json'.
npm ERR! npm ERR! npm WARN using --force Recommended protections disabled.
npm ERR!
npm ERR! npm ERR! A complete log of this run can be found in: ~/.npm/_logs/2023-05-01T22_18_21_178Z-debug-0.log
npm ERR! A complete log of this run can be found in: ~/.npm/_logs/2023-05-01T22_18_10_638Z-debug-0.log
如何解决此问题并在Mac上成功安装angular CLI?
2条答案
按热度按时间8dtrkrch1#
奇怪,我今天也开始得到这个错误,它停止了我的CI运行。似乎有人打开了一个related(?) issue on GitHub,可以解决这个问题。希望我们很快就能看到修复。
fcg9iug32#
昨天我也犯了这个错误。我花了一点时间努力找出原因。然而,这似乎是暂时的问题,我今天能够做一个基本的
npm install -g @angular/cli
没有任何问题。