8

当我运行时yarn,我收到以下错误:

yarn install v0.16.1
[1/4] Resolving packages...
[2/4] Fetching packages...
error recursive-iterator@2.0.1: The engine "node" is incompatible with this module. Expected version ">=6.0.0".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

但是,我安装的 Node 版本是v6.9.2-pre,这对于版本范围来说似乎是正确的。任何想法为什么我会收到此错误?

4

2 回答 2

3

升级到当前标签v7.0.0和 node -v v7.0.0yarn 工作正常。我认为,这个问题与-pre发布版本有关,或者可能与版本输出中的前缀有关。

于 2016-10-27T16:08:51.947 回答
1

在 mac 中升级节点

 brew upgrade node
于 2020-03-11T18:23:41.893 回答