Ok I go tricked by a combination of things…
Most notably yarn global add will 4.17.5 no matter what… You have to install it from git repo:
➜ Projects yarn global add https://github.com/lodash-archive/lodash-cli
yarn global v1.16.0
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 🔨 Building fresh packages...
success Installed "lodash-cli@4.17.11" with binaries:
- lodash
✨ Done in 5.90s.
Will be fixed by:
Thanks.