create-react-app 创建项目失败出现如下报错:

 

create-react-app创建项目失败 报错:error Couldn't find any versions for "react-scripts" that matches "latest" in our cache

看了一下意思大概就是说你yarn的缓存里面没有这个玩意,执行如下命令安装一下:

yarn add react react-dom react-scripts

在创建项目试一下,希望能起作用,亲测有效。

create-react-app创建项目失败 报错:error Couldn't find any versions for "react-scripts" that matches "latest" in our cache

 

相关文章:

  • 2021-10-24
  • 2021-11-19
  • 2021-07-18
  • 2021-10-21
  • 2022-12-23
  • 2021-07-04
  • 2022-02-27
  • 2021-04-22
猜你喜欢
  • 2021-12-14
  • 2022-12-23
  • 2021-11-04
  • 2021-04-10
  • 2022-12-23
  • 2022-12-23
  • 2021-04-19
相关资源
相似解决方案