使用create-react-app构建react项目失败,如图:
解决办法:
更换为淘宝镜像
npm config set registry https://registry.npm.taobao.org
create-react-app 项目名,构建react项目成功
相关文章:
使用create-react-app构建react项目失败,如图:
解决办法:
更换为淘宝镜像
npm config set registry https://registry.npm.taobao.org
create-react-app 项目名,构建react项目成功
相关文章: