mikaelm1 / Blog-App-Buffalo

A blogging app built with Buffalo.
31 stars 13 forks source link

Can not generate resource #9

Closed taveek closed 5 years ago

taveek commented 5 years ago

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.

taveek commented 5 years ago

Here is the additional info.

`### Buffalo Version v0.13.12

App Information

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

go version go1.11.4 darwin/amd64

Go Env

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"

Node Version

v9.9.0

NPM Version

5.6.0

Yarn Version

1.12.3

PostgreSQL Version

PostgreSQL Not Found

MySQL Version

MySQL Not Found

SQLite Version

3.24.0 2018-06-04 14:10:15 95fbac39baaab1c3a84fdfc82ccb7f42398b2e92f18a2a57bce1d4a713cbaapl

Dep Version

could not find a Gopkg.toml file

Dep Status

could not find a Gopkg.toml file

go.mod

module github.com/taveek/blog_app `