You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2021/07/13 10:44:54 UTC

[GitHub] [openwhisk-cli] dimgiagos44 opened a new issue #512: Build fail for cli

dimgiagos44 opened a new issue #512:
URL: https://github.com/apache/openwhisk-cli/issues/512


   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
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk-cli] rabbah commented on issue #512: Build fail for cli

Posted by GitBox <gi...@apache.org>.
rabbah commented on issue #512:
URL: https://github.com/apache/openwhisk-cli/issues/512#issuecomment-880934003


   @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
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org