-
Notifications
You must be signed in to change notification settings - Fork 141
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
0.3.7 is broken #152
Comments
Can confirm that I am seeing the same error. This line will throw an error if I haven't studied the code enough to determine if the preferred solution is to type check in the strlen utility function or revert the recently merged PR. |
I face the same issue. In my case, I decided to cast all numbers I pass into the table to strings. It helped. |
Fix (env): All numbers returned by the Transifex service will be cast to strings due to an error in the `cli-package`. See: Automattic/cli-table#152. Closes ckeditor/ckeditor5#10861.
so numbers aren't getting converted to strings before stripping them. Maybe |
This problem is currently crashing my build pipeline as it is a dependency of a dependency for us. I put a PR to try and resolve the issue, hoping to get it reviewed and merged ASAP |
See #160 - any inclusion of |
After updating implicit
cli-table
dependency from0.3.6
that works fine to0.3.7
, I have:How to reproduce it - copy https://github.com/zloirock/core-js/tree/1aaa9b1144b444e9fa1376e2f1d72c34fb99b83e and run
npm run r
.The text was updated successfully, but these errors were encountered: