在使用create-react-app创建项目时,控制台爆出这个错误 A template was not provided. This is likely because you're us

Posted 戏子薄情、薄如一命

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在使用create-react-app创建项目时,控制台爆出这个错误 A template was not provided. This is likely because you're us相关的知识,希望对你有一定的参考价值。

 

 解决方案:

1.卸载老版本

npm uninstall -g create-react-app

2.安装新版本

npm install -g create-react-app

3.如果出现/usr/local/bin/create-react-app)类似的提示解决方案

请运行rm -rf /usr/local/bin/create-react-app

以上是关于在使用create-react-app创建项目时,控制台爆出这个错误 A template was not provided. This is likely because you're us的主要内容,如果未能解决你的问题,请参考以下文章

在使用create-react-app创建项目时,控制台爆出这个错误 A template was not provided. This is likely because you're us

create-react-app创建react项目,使用axios跨域

为啥使用“npx create-react-app”命令创建项目时,除了“node_modules”和“package.json”之外没有任何文件和文件夹?

尝试使用来自另一个 URL 的图像时使用 create-react-app 的 CORS 问题

使用create-react-app创建项目——端口配置

使用 create-react-app 创建自定义绝对路径