npm淘宝镜像
通过命令行配置npm的淘宝镜像源和官方镜像源,以及如何安装和使用cnpm来解决安装包卡顿或无法安装的问题。通过设置registry和disturl,配合清理缓存,可以优化npm的下载速度。
1、官方默认镜像
npm config set registry https://registry.npmjs.org
2、设置淘宝镜像源
npm config set registry https://registry.npmmirror.com/
通过命令行配置npm的淘宝镜像源和官方镜像源,以及如何安装和使用cnpm来解决安装包卡顿或无法安装的问题。通过设置registry和disturl,配合清理缓存,可以优化npm的下载速度。
npm config set registry https://registry.npmjs.org
npm config set registry https://registry.npmmirror.com/