-
将npm的下载源恢复为默认的官方源,命令如下:
npm config set registry https://registry.npmjs.org
-
淘宝官方提供的最新的配置淘宝镜像的方法,命令如下:
npm config set registry https://registry.npmmirror.com
-
也可以查看是否修改成功
npm config get registry
npm设置淘宝镜像
于 2024-02-23 11:54:18 首次发布
将npm的下载源恢复为默认的官方源,命令如下:
npm config set registry https://registry.npmjs.org
淘宝官方提供的最新的配置淘宝镜像的方法,命令如下:
npm config set registry https://registry.npmmirror.com
也可以查看是否修改成功
npm config get registry