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

Build fail for cli #512

Open
dimgiagos44 opened this issue Jul 13, 2021 · 1 comment
Open

Build fail for cli #512

dimgiagos44 opened this issue Jul 13, 2021 · 1 comment

Comments

@dimgiagos44
Copy link

dimgiagos44 commented Jul 13, 2021

Hello there
I am trying to set up the OpenWhisk cli but this error occurs:
$ go build -o wsk
# github.com/apache/openwhisk-cli/wski18n
wski18n/i18n.go:98:16: undefined: Asset

Any suggestions? Thanks

@rabbah
Copy link
Member

rabbah commented Jul 15, 2021

@dimgiagos44 you missed the step here: https://github.com/apache/openwhisk-cli#building-for-internationalization-i18n

> go get -u github.com/jteeuwen/go-bindata/...

> go-bindata -pkg wski18n -o wski18n/i18n_resources.go wski18n/resources

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