npm i -g yarn 安装yarn
yarn -v 查看yarn的版本
yarn config set registry https://registry.npm.taobao.org 设置淘宝镜像
yarn 下载项目所有声明的依赖
yarn remove xxxx 删除依赖