使用 npx 创建 React 应用程序时出现错误

Posted

技术标签:

【中文标题】使用 npx 创建 React 应用程序时出现错误【英文标题】:i am getting an error when creating a react app using npx 【发布时间】:2021-12-31 19:57:39 【问题描述】:
npx create-react-app my-app

错误: 我们不再支持全局安装 Create React App。 请使用以下命令之一删除任何全局安装: - npm 卸载 -g create-react-app - yarn global 移除 create-react-app

我试过了

 npm uninstall -g create-react-app

然后

 npx create-react-app my-app 

但它仍然给我同样的错误 节点--版本 v14.17.6 npm --version 8.1.1

【问题讨论】:

尝试运行它可能会修复 $ npm cache verify $ npm clean cache --force 【参考方案1】:

试试这个,我遇到了同样的问题并修复了它清理缓存,然后运行 ​​npx create-react-app my-app

npm cache clean --force
npx create-react-app myapp

如需进一步指导,请查看之前的答案

I can't install react using npx create-react-app?

您也可以查看官方文档。

https://reactjs.org/docs/create-a-new-react-app.html#create-react-app

【讨论】:

以上是关于使用 npx 创建 React 应用程序时出现错误的主要内容,如果未能解决你的问题,请参考以下文章

运行 npx 更新时出现错误找不到 set-blocking

使用 Husky 时出现预提交错误“找不到模块 - npx-cli.js”

在 Moralis 分叉测试网上运行 npx hardhat test --network local 或 npx hardhat test --network kovan 时出现未经授权的错误

创建新的 React 应用程序时出现错误

创建新的 React 应用程序时出现此错误。也尝试了卸载命令,但它不起作用

无法使用 npx create-react-app 创建新的反应应用程序