## System information - node version: v18.19.0 - npm or yarn version: 10.2.3 - OS/version/architecture: macOS 12 m1 - Applicable nodegit version: install fail ``` node -v // v18.19.0 npm -v # (or yarn -v) // 10.2.3 node -e "console.log(process.platform)" // darwin node -e "console.log(require('os').release())" // 21.6.0 node -e "console.log(console.log(process.arch))" //arm64 ``` npm ERR! node-pre-gyp http GET https://npm.taobao.org/mirrors/nodegit/v0.18.3/nodegit-v0.27.0-node-v108-darwin-arm64.tar.gz npm ERR! node-pre-gyp WARN Pre-built binaries not installable for nodegit@0.27.0 and node@18.19.0 (node-v108 ABI, unknown) (falling back to source compile with node-gyp) some issue: https://github.com/nodegit/nodegit/issues?q=npm.taobao.org
System information
npm ERR! node-pre-gyp http GET https://npm.taobao.org/mirrors/nodegit/v0.18.3/nodegit-v0.27.0-node-v108-darwin-arm64.tar.gz
npm ERR! node-pre-gyp WARN Pre-built binaries not installable for nodegit@0.27.0 and node@18.19.0 (node-v108 ABI, unknown) (falling back to source compile with node-gyp)
some issue:
https://github.com/nodegit/nodegit/issues?q=npm.taobao.org