简体   繁体   English

无法使用npx create-react-app安装react应用。 节点引擎“节点”与此模块不兼容

[英]Can't install react app using npx create-react-app. Node The engine “node” is incompatible with this module

I tried to install a react app using npx create-react-app name. 我试图使用npx create-react-app名称安装React应用。 But I ran into this error: 但是我遇到了这个错误:
css-loader@1.0.0: The engine "node" is incompatible with this module. Expected version ">= 6.9.0 <7.0.0 || >= 8.9.0". Got "8.7.0"

I already updated my homebrew and node, when I ask for my node version it says 11.2.0 so I don't really now what I am doing wrong. 我已经更新了自制软件和节点,当我索要节点版本时,它显示为11.2.0,因此我现在并没有真正做错的事情。

在此处输入图片说明

You can also just install the latest version of node from their website 您也可以从他们的网站上安装最新版本的节点

https://nodejs.org/en/download/ https://nodejs.org/en/download/

And everything should work fine 而且一切都应该正常

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 npx create-react-app -&gt; 引擎“节点”与此模块不兼容。 预期版本 "&gt;= 10.x"。 得到“8.16.0”-Arch Linux - npx create-react-app -> The engine "node" is incompatible with this module. Expected version ">= 10.x". Got "8.16.0" - Arch Linux 使用 Cloudflare Pages 的 React 应用程序:错误 react-scripts@5.0.0:引擎“节点”与此模块不兼容 - React app using Cloudflare Pages: error react-scripts@5.0.0: The engine "node" is incompatible with this module 错误 eslint@5.6.0:引擎“节点”与此模块不兼容。 尝试创建反应应用程序时 - error eslint@5.6.0: The engine "node" is incompatible with this module. when trying to create-react-app 我无法使用 npx create-react-app 安装反应,这是 aNodist 的问题吗? - I can't install react using npx create-react-app is this aNodist the issue? 发现不兼容的模块节点-不支持-创建反应应用程序 - Found incompatible module node - in which is not supported - create react app Google App Engine - 引擎“节点”与此模块不兼容 - Google App Engine - The engine "node" is incompatible with this module 我无法使用 create-react-app 创建模板。 收到错误消息:未提供模板。 或错误 404 - I can't create a template using create-react-app. getting the error message: a template was not provided. or ERROR 404 在全新安装 node.js 时运行 npx create-react-app myapp 时出错 - Error when running npx create-react-app myapp on fresh install of node.js create-react-app&gt;错误css-loader@1.0.0:引擎“节点”与此模块不兼容。 预期版本“&gt; = 6.9.0 &lt;7.0.0 || &gt; = 8.9.0” - create-react-app > error css-loader@1.0.0: The engine “node” is incompatible with this module. Expected version “>= 6.9.0 <7.0.0 || >= 8.9.0” npx create-react-app 上的 Node.JS EBADF 错误 - Node.JS EBADF error on npx create-react-app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM