VUE3 vite 淘宝镜像 certificated expired 解决方法

还原默认镜像

删除原来镜像设置一般淘宝的:
npm config delete registry
设置为官方镜像:
npm config set registry https://registry.npmjs.org
查看npm 当前镜像:
npm config get registry
posted @ 2024-05-21 10:39  不带R的墨菲特  阅读(27)  评论(0编辑  收藏  举报