关于"npm"的内容

  • npm安装、切换淘宝镜像

    2024-04-12 前端开发 2 ℃

    npm默认镜像源是国外的;安装依赖速度较慢;使用国内的镜像源速度会快一些。 1、设置淘宝镜像源; npm config set registry https://registry.npm.taobao.org 2、查看当前镜像源; npm config get registry 3、设置官方镜像源; npm config set registry https...