npm config set registry https://registry.npm.taobao.org/
npm config set registry https://registry.npmjs.org/
npm install webpack -g
npm install create-react-app -g
create-react-app 项目名称
cd 项目名称
npm start
下载符合要求的高版本node