问题

  • npm 下载慢
  • npm 卡住不动

解决方案

  1. 全局设置淘宝镜像

    1
    npm config set registry https://registry.npmmirror.com
  2. 使用淘宝镜像安装 Yarn 和 Tyarn

    1
    npm install -g yarn tyarn --registry=https://registry.npmmirror.com