npm淘宝镜像切换新域名
今天做项目时,前端npm,yarn,pnpm都用不了,经过一番搜索后发现,原来的淘宝镜像换新域名了
网址:
npm设置淘宝镜像
npm config set registry https://registry.npmmirror.com
yarn设置淘宝镜像
yarn config set registry https://registry.npmmirror.com
今天做项目时,前端npm,yarn,pnpm都用不了,经过一番搜索后发现,原来的淘宝镜像换新域名了
网址:
npm config set registry https://registry.npmmirror.com
yarn config set registry https://registry.npmmirror.com