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

Error installing with go get - tview - undefined: runewidth.ZeroWidthJoiner #6

Closed
vainkop opened this issue Jan 15, 2021 · 2 comments
Closed

Comments

@vainkop
Copy link

vainkop commented Jan 15, 2021

go get github.com/orisano/dlayer
# github.com/rivo/tview
go/src/github.com/rivo/tview/util.go:56:2: undefined: runewidth.ZeroWidthJoiner

But the developer of the tview says that there shouldn't be any problem:
rivo/tview#548 (comment)

I can see that in the dlayer code the tview version is also pinned in the master:
https://github.com/orisano/dlayer/blob/master/go.mod#L10

So what's the correct way to install it with go?

@orisano
Copy link
Owner

orisano commented Jan 15, 2021

ok, thanks for reporting.
please try to

GO111MODULE=on go get github.com/orisano/dlayer

@vainkop
Copy link
Author

vainkop commented Jan 15, 2021

ok, thanks for reporting.
please try to

GO111MODULE=on go get github.com/orisano/dlayer

It works. Thanks!

@vainkop vainkop closed this as completed Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants