npm install 报错 ERR code ETIMEDOUT 的解决办法
Pakho 2023/12/13 npm
# npm install 报错 ERR code ETIMEDOUT 的解决办法
将 npm 改为 淘宝镜像即可
查看 npm 镜像设置
npm config get registry1将 npm 设置为淘宝镜像
npm config set registry https://registry.npm.taobao.org1再次查看 npm 镜像设置
npm config get registry1重新 install
npm install1