使っている node のバージョンが対象外で yarn 時にエラーになる
僕が見たものだとこんなのや
error get-caller-file@2.0.1: The engine "node" is incompatible with this module.
Expected version "6.* || 8.* || >= 10.*".Got "9.11.2"
こんなのです。
error upath@1.0.4: The engine "node" is incompatible with this module.
Expected version ">=4 <=9". Got "10.15.1"
これは一応yarn
の--ignore-engines
というオプションをつければ回避できます。
yarn --ignore-engines