を実行する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
で、バージョン範囲としては正しいようです。このエラーが発生する理由はありますか?