create-react-app报错的解决方法

create-react-app需要升级版本

  • 卸载旧版本
yarn global remove create-react-app
  • 安装新版本
yarn global add create-react-app

提示某些包装不上

提示信息如下:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for @typescript-eslint/scope-manager@5.20.0.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/windf/.npm/_logs/2022-04-25T11_42_34_885Z-debug-0.log

Aborting installation.
  npm install --no-audit --save --save-exact --loglevel error react react-dom react-scripts cra-template-typescript has failed.

Deleting generated file... package.json
Deleting cookbooks/ from /home/windf
Done.

调整使用国内源并清缓存

  • npm源
npm config set registry https://repo.huaweicloud.com/repository/npm/
npm cache clean -f
  • yarn源
yarn config set registry https://repo.huaweicloud.com/repository/npm/

创建项目

  • 创建javaScript项目
create-react-app 项目名称
  • 创建typeScript项目
create-react-app --template typescript 项目名称

最后推荐三个开源镜像站

华为:https://mirrors.huaweicloud.com/home
阿里:https://developer.aliyun.com/mirror/
腾讯:https://mirrors.cloud.tencent.com/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值