简体   繁体   English

create-react-app>错误css-loader@1.0.0:引擎“节点”与此模块不兼容。 预期版本“> = 6.9.0 <7.0.0 || > = 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”

I'm unable to npm init react-app my-app or npx create-react-app my-app even if I have node -v v8.2.1 . 即使我有node -v v8.2.1我也无法npm init react-app my-appnpx create-react-app my-app My console output: 我的控制台输出:

> [1/4] 🔍  Resolving packages... [2/4] 🚚  Fetching packages... 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". error Found
> incompatible module info Visit https://yarnpkg.com/en/docs/cli/add for
> documentation about this command.

I tried to remove css-loader or install the last version of the package. 我试图删除css-loader或安装软件包的最新版本。 Any help would be greatly appreciated. 任何帮助将不胜感激。

您需要8.9.0或6.9.0至7之间的节点版本

暂无
暂无

声明:本站的技术帖子网页,遵循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 错误 eslint@5.6.0:引擎“节点”与此模块不兼容。 尝试创建反应应用程序时 - error eslint@5.6.0: The engine "node" is incompatible with this module. when trying to create-react-app (在Rails上反应)引擎“节点”与此模块不兼容。 预期版本“…” - (React on Rails) The engine “node” is incompatible with this module. Expected version “…” 引擎“节点”与此模块不兼容。 预期版本“7.5.0”。 得到“15.13.0” - The engine "node" is incompatible with this module. Expected version "7.5.0". Got "15.13.0" Create-react-app失败并出现错误:节点与css-loader不兼容 - Create-react-app failing with error: node incompatible with css-loader 错误 find-up@4.1.0:引擎“节点”与此模块不兼容。 预期版本“&gt;=8”。 Ember js + Heroku 部署 - error find-up@4.1.0: The engine "node" is incompatible with this module. Expected version ">=8". Ember js + Heroku Deployment 引擎“节点”与此模块不兼容。 预期版本“12.x”。 得到“14.8.0” - The engine "node" is incompatible with this module. Expected version "12.x". Got "14.8.0" 引擎“节点”与该模块不兼容。 预期版本“XXX”。 得到了“XXX” - The engine "node" is incompatible with this module. Expected version "X.X.X". Got "X.X.X" 引擎“节点”与此模块不兼容。 预期版本“&gt; 0.4.x &lt; 0.9.0”。 有“12.22.1”吗? 如何解决这个问题 - The engine “node” is incompatible with this module. Expected version “> 0.4.x < 0.9.0”. Got “12.22.1” ? How to solve this google cloud build - functions@:引擎“节点”与此模块不兼容。 预期版本“10” - google cloud build - functions@: The engine "node" is incompatible with this module. Expected version "10"
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM