Skip to content
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

Chinese has been cutted #175

Closed
vk-bytedance opened this issue May 11, 2021 · 7 comments · Fixed by #176
Closed

Chinese has been cutted #175

vk-bytedance opened this issue May 11, 2021 · 7 comments · Fixed by #176
Assignees
Labels

Comments

@vk-bytedance
Copy link

Problem 1: Chinese words has been cutted.
here is my code:

const { table } = require('table');
const data = table([['哈哈哈哈', '呵呵呵呵']]);

resule is
screenshot-20210511-182234

The data has four words each item, why it just show two words.

Problem 2: The table style is not right.
english version
image
chinese version
chinese has been cutted and table style is not right
image

@nam-hle nam-hle self-assigned this May 12, 2021
@nam-hle nam-hle added the bug label May 12, 2021
@nam-hle nam-hle linked a pull request May 14, 2021 that will close this issue
@nam-hle
Copy link
Collaborator

nam-hle commented May 14, 2021

@vk-bytedance Can you confirm the bug is fixed? 😍

@vk-bytedance
Copy link
Author

@vk-bytedance Can you confirm the bug is fixed? 😍

I can't install [email protected].
The command 'npm view table' tell me that the latest version is 6.7.0.

@nam-hle
Copy link
Collaborator

nam-hle commented May 14, 2021

How about npm install [email protected]

@vk-bytedance
Copy link
Author

image

@nam-hle
Copy link
Collaborator

nam-hle commented May 14, 2021

No clues. It works fine for me.

@vk-bytedance
Copy link
Author

No clues. It works fine for me.

Problem resolved! Thank you!

@vk-bytedance
Copy link
Author

Bug fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants