-
Notifications
You must be signed in to change notification settings - Fork 387
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
@lingui/cli dependancy cli-table when using 0.3.7 breaks extract #1169
Comments
EDIT: Using cli-table v0.3.6 didn't fixed it for me. I did a quick test locally and returning strings in stats.js getStats() did fixed it:
|
For those having this issue and using npm, you should pin the version 0.3.6 of
"cli-table": {
"version": "0.3.6"
}, In the meantime I also submitted #1172 if the maintainers here would like to take a precautionary action (essentially preventing every new installations of |
same error |
Hi guys, we'll take care of this (and the other issues/discussions) asap this week. Sorry for the inconveniences. |
Fixed this on latest version. 3.13.0. |
Describe the bug
getting error:
To Reproduce
run
lingui extract
Expected behavior
to extract without error
Additional context
Automattic/cli-table#152
Workaround
Have added
"cli-table": "0.3.6",
in my project dev-dependancyThe text was updated successfully, but these errors were encountered: