Skip to content

1.介绍

yarn,facebook取代npm的包管理工具,速度快。Yarn 缓存包,无需重复下载。 并行下载,安装速度快

2.配置环境

shell
npm install -g yarn
yarn info
npm install -g yarn
yarn info

常用命令

  • yarn / yarn install

  • yarn clean

  • yarn config set cache-folder "/opt/yarncache"

yarn config set registry https://registry.npm.taobao.org
yarn config set sass_binary_site "https://npm.taobao.org/mirrors/node-sass/"
yarn config set registry https://registry.npm.taobao.org
yarn config set sass_binary_site "https://npm.taobao.org/mirrors/node-sass/"