【发布时间】:2018-10-28 00:12:39
【问题描述】:
即使我有node -v v8.2.1,我也无法npm init react-app my-app 或npx create-react-app my-app。我的控制台输出:
> [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.
我试图删除 css-loader 或安装包的最新版本。任何帮助将不胜感激。
【问题讨论】:
标签: node.js reactjs npm create-react-app