ERR_PNPM_META_FETCH_FAIL GET https://registry.npmjs.org/@commitlint%2Fcli: request to https://registry.npmjs.org/@commitlint%2Fcli failed, reason: connect ETIMEDOUT 2606:4700::6810:123:443
1. 检查网络连接
确保你的网络连接正常并且没有被防火墙或代理服务器阻止对 https://registry.npmjs.org/
的访问。
2. 切换 npm 镜像源
可以尝试使用其他 npm 镜像源,如淘宝镜像(cnpm)或者使用 nrm
切换 npm 镜像源。
使用淘宝镜像(cnpm)
npm install -g cnpm --registry=https://registry.npm.taobao.org
芜湖,成功咯