ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

npm镜像查看与设置以及pnpm

2026/8/6 14:04:33 拓冰建站 浏览量
npm镜像查看与设置以及pnpm

npm.cmd config get registry

npm config set registry https://mirrors.tuna.tsinghua.edu.cn/npm/

测试镜像能否成功

npm view vue version

pnpm config list

pnpm config get registry

查看缓存位置

pnpm store path

设置

pnpm config set store-dir E:\pnpm-store