pnpm version: 6.32.0 Code to reproduce the issue: i am set the registry to https://registry.npm.taobao.org/, but when i exec pnpm install, they warn GET https://registry.npmmirror.com/commitizen error (ERR_SOCKET_TIMEOUT). Will retry in ...
pm2 start /Users/{username}/Library/pnpm/global/5/.pnpm/pnpm@7.26.3/node_modules/pnpm -- start or just install pnpm by npm globally Author milosworks commented Mar 17, 2023 it's probably because you installed pnpm by homebrew。 you can try which pnpm, and find the pnpm linked path. ...