read ECONNRESET
An unexpected error occurred: "https://github.com/eligrey/FileSaver.js: read ECONNRESET".
解决方法
yarn 设置国内镜像源
yarn config set registry https://registry.npm.taobao.org --global
yarn config set disturl https://npm.taobao.org/dist --global