❯ yarn
yarn install v1.22.18
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
error nanoid@3.1.23: The engine "node" is incompatible with this module. Expected version "^10 || ^12 || ^13.7 || ^14 || >=15.0.1". Got "15.0.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
使用しているライブラリがnodeのバージョン
v15.0.0以降に対応していないため修正が必要v14.19.1では動作することを確認した