GHC 2021-04-24

3 comments.

, https://git.io/JOSxM in netlify/cli
Works now, thanks.

, https://git.io/JOykc in netlify/cli
I'm pinning to `v3.21.6` for now.

```sh
yarn global add [email protected]
# or
npm install -g [email protected]
```

, https://git.io/JOykC in netlify/cli
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.)