淘宝镜像正式到期,赶紧更新!
淘宝镜像已到期,更新命令如下:
#npm命令镜像更新
npm cache clean --force
npm config set registry https://registry.npmmirror.com
npm config get registry
#cpm命令镜像更新
cnpm cache clean --force
cnpm config set registry https://registry.npmmirror.com
cnpm config get registry