npm设置阿里云镜像
npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global
查看已设置的结果:
npm config get registry
安装yarn
npm install -g yarn
查看安装的版本
yarn -v
npm设置阿里云镜像
npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global
查看已设置的结果:
npm config get registry
安装yarn
npm install -g yarn
查看安装的版本
yarn -v