构建React-app应用时create-react-app卡住超慢的解决办法
构建React-app应用时create-react-app卡住超慢的解决办法
解决办法:npm换源(淘宝镜像)
npm config set registry https://registry.npm.taobao.org |
再次尝试构建
creat-react-app first-react-app(app名称) |
此文章版权归Chankeitin所有,如有转载,请註明来自原作者
npm config set registry https://registry.npm.taobao.org |
creat-react-app first-react-app(app名称) |