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

Buffalo-auth fails to go-get, no component to generate #33

Closed
raqbit opened this issue Feb 22, 2019 · 5 comments
Closed

Buffalo-auth fails to go-get, no component to generate #33

raqbit opened this issue Feb 22, 2019 · 5 comments

Comments

@raqbit
Copy link

raqbit commented Feb 22, 2019

When I try to install bufallo-auth:

go get -u github.com/gobuffalo/buffalo-auth

...
go: downloading golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223
go: finding github.com/gobuffalo/genny/movinglater/plushgen latest
go: finding github.com/gobuffalo/genny/movinglater latest
go build github.com/gobuffalo/genny/movinglater/plushgen: no Go files in 

buffalo g auth > Shows buffalo generate help menu without any mention of auth.

I am using go modules (GO111MODULE=on) and running the first command in my project directory.

go version: go version go1.11.5 linux/amd64

buffalo version: Buffalo version is: v0.14.0

@raqbit
Copy link
Author

raqbit commented Feb 22, 2019

buffalo-auth auth is working.

@owen2345
Copy link

Hey @raqbit
How did you fix the problem?

@raqbit
Copy link
Author

raqbit commented Feb 25, 2019

I was not able to use buffalo g auth, but I was able to use buffalo-auth, which is a binary located in $GOPATH/bin. I think this might be used under the hood by buffalo g auth.

@owen2345
Copy link

You are right, thank you!

@markbates
Copy link
Member

Plugins need to be installed into your application before you can use them https://www.gobuffalo.io/en/docs/plugins#installing-plugins

markbates added a commit that referenced this issue Feb 25, 2019
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

3 participants