使用 npx create-react-app 项目名 新建项目时,报错;react
yarn add v1.22.4 info No lockfile found. [1/4] 🔍 Resolving packages... info There appears to be trouble with your network connection. Retrying... info There appears to be trouble with your network connection. Retrying...
解决途径:npm
第一步:更换淘宝镜像app
yarn config set registry https://registry.npm.taobao.org
第二步:按下面的操做code
nrm
: npm install nrm -g
;nrm ls
;nrm use npm
;npm install <package-name>
;npm install
;