TypeError Plugin: netlify-cli: memoizeOne is not a function
===========================================================
**Describe the bug**
Latest release v3.21.8 fails with `TypeError Plugin: netlify-cli: memoizeOne is not a function`.
**To Reproduce**
Steps to reproduce the behavior:
1. `yarn add netlify-cli`
2. `yarn run netlify`
**Configuration**
N/A.
**Expected behavior**
No error.
**CLI Output**
```
(node:3023) TypeError Plugin: netlify-cli: memoizeOne is not a function
module: @oclif/[email protected]
task: runHook init
plugin: netlify-cli
root: /private/tmp/nc/node_modules/netlify-cli
See more details with DEBUG=*
(Use `node --trace-warnings ...` to show where the warning was created)
```
**Additional context**
This is really a continuation of #2202. Opening a new issue because that one is closed and claimed to be fixed, which is confusing. (Btw I can confirm that v3.21.7 did fix the issue for a while, but it's broken again.)