日常开发问题:npm sharp库下载慢

77 阅读1分钟

问题

npm sharp库下载慢

解决

设置sharp的镜像地址

  • 设置 sharp_binary_host镜像地址
    yarn config set sharp_binary_host "https://npm.taobao.org/mirrors/sharp"
  • 设置 sharp_libvips_binary_host镜像地址
    yarn config set sharp_libvips_binary_host "https://npm.taobao.org/mirrors/sharp-libvips"

安装依赖sharp

npm i sharp