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

[Instalação] Algum passo a mais é necessário? #42

Closed
1 of 4 tasks
bartier opened this issue Sep 8, 2019 · 1 comment
Closed
1 of 4 tasks

[Instalação] Algum passo a mais é necessário? #42

bartier opened this issue Sep 8, 2019 · 1 comment

Comments

@bartier
Copy link
Contributor

bartier commented Sep 8, 2019

🔱 Issue subject

  • 👽 Bug
  • 🔥 New feature proposal
  • 💭 Idea/need
  • Other

📝 Description

👽 Bug

  1. What did you do?

Após uma formatação, instalei o Go versão 1.13 e executei o comando abaixo conforme instruções do README:

go get github.com/felipemfp/sinonimos/...

image

  1. What did you expect to see?

Instalação normal. sinonimos --help funcional

  1. What did you see instead?

O erro da imagem acima:
.asdf/installs/golang/1.13/packages/src/github.com/felipemfp/sinonimos/cmd/sinonimos/main.go:65:26: not enough arguments in call to aurora.Gray have (string) want (uint8, interface {})

Como medida paliativa utilizei a maneira antiga de instalação:

sudo curl -L "https://github.com/felipemfp/sinonimos-cli/releases/download/v0.4.0/sinonimos" -o /usr/local/bin/sinonimos

Por gentileza, poderiam auxiliar?

@felipemfp Assim que tiver tempo pretendo resolver as issues #39 e #41. Estou a disposição qualquer coisa, no entanto realmente o tempo está limitado no momento.

felipemfp added a commit that referenced this issue Sep 9, 2019
github.com/logrusorgru/aurora -> github.com/fatih/color
github.com/metal3d/go-slugify -> github.com/gosimple/slug

Issue: #42
@felipemfp
Copy link
Owner

Isso acontece porque o aurora não segue o semver.

Acabei substituindo algumas dependências que não tinham release ou não seguiam o semver (#43).

Lancei a nova versão e deve funcionar de boas agora.

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