Closed taveek closed 5 years ago
Here is the additional info.
`### Buffalo Version v0.13.12
Pwd=/Users/taveek/Workspace/samples/src/github.com/taveek/blog_app Root=/Users/taveek/Workspace/samples/src/github.com/taveek/blog_app GoPath=/Users/taveek/Workspace/samples/ Name=blog_app Bin=bin/blog_app PackagePkg=github.com/taveek/blog_app ActionsPkg=github.com/taveek/blog_app/actions ModelsPkg=github.com/taveek/blog_app/models GriftsPkg=github.com/taveek/blog_app/grifts VCS=git WithPop=true WithSQLite=true WithDep=false WithWebpack=true WithYarn=true WithDocker=true WithGrifts=true WithModules=false
go version go1.11.4 darwin/amd64
GOARCH="amd64" GOBIN="" GOCACHE="/Users/taveek/Library/Caches/go-build" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOOS="darwin" GOPATH="/Users/taveek/Workspace/samples/" GOPROXY="" GORACE="" GOROOT="/usr/local/go" GOTMPDIR="" GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64" GCCGO="gccgo" CC="clang" CXX="clang++" CGO_ENABLED="1" GOMOD="" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/vl/_ljl7yp17_qg36_bpq0kxyw00000gn/T/go-build484275399=/tmp/go-build -gno-record-gcc-switches -fno-common"
v9.9.0
5.6.0
1.12.3
PostgreSQL Not Found
MySQL Not Found
3.24.0 2018-06-04 14:10:15 95fbac39baaab1c3a84fdfc82ccb7f42398b2e92f18a2a57bce1d4a713cbaapl
could not find a Gopkg.toml file
could not find a Gopkg.toml file
module github.com/taveek/blog_app `
Hi, I'm learning to use Buffalo by following your tutorial. The project generation is working fine, but when I execute command
buffalo g r users username email admin:boolean
It running into error saying
ERRO[0002] Error: exec: "buffalo-pop": executable file not found in $PATH
Any idea how to fix this problem.