-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError Plugin: netlify-cli: memoizeOne is not a function #2202
Comments
Our circleci ran into the same error. Tried downgrading to 3.21.0, that didn't help. (We use the circleci/node:12 image) |
Came here to post the same error :( downgrading as far as 3.18.0 didn't help |
Wonder if this is related: alexreardon/memoize-one#37 |
Seeing the same issue. The NPM package for memoize-one was updated 2 hours ago, and our issues started at the same time, so that seems to be a likely culprit that the NPM package contains the export change and the function isn't being imported correctly. To add to that - we are unable to deploy our Netlify site right now which is kinda of a... problem. |
Same issue here; tried downgrading as far as 3.1.1 and no improvement. Doing a manual deployment via the Netlify UI for now. |
Same issue here. |
💡 update: we have released a new version 3.21.6, which fixes this issue. please run Hey folks - while our team looks into this, be aware that we may not get a fix today (we definitely will, tomorrow). However, to unblock you, there are other methods of deployment which will not suffer this problem:
|
Oops sorry, closing the PR looks like closed this issue! A new (fixed) version is not released yet, but will be shortly! We'll keep you posted. |
Updated fool's earlier comment too, but we have released a new version of CLI 3.21.6 which fixes this issue. Please run |
We are still running into this issue for our Github Actions-based deploy (using https://github.com/netlify/actions/tree/master/cli), even though it is already using version 3.21.6 of EDIT: It turns out that You can see the full run here: https://github.com/owid/covid-19-data/runs/2418123449#step:4:8
|
Hey @marcelgerber (and others who may still be following this thread). We've released version |
Describe the bug
netlify cli throws error on usage
To Reproduce
Steps to reproduce the behavior:
npm i -g netlify-cli
where latest version is currently v3.21.5netlify dev
Configuration
Expected behavior
No error
CLI Output
Additional context
Output above is from my system, but this is breaking on our build in Circleci, so I don't think it's just my system.
The text was updated successfully, but these errors were encountered: