vuerecipe icon indicating copy to clipboard operation
vuerecipe copied to clipboard

Unable to start project

Open raghavchalapathy opened this issue 6 years ago • 1 comments

buffalo: 2018/07/24 14:52:52 === Error! === buffalo: 2018/07/24 14:52:52 === exit status 1 main.go:6:2: cannot find package "github.com/gobuffalo/vuerecipe/actions" in any of: /usr/lib/go-1.10/src/github.com/gobuffalo/vuerecipe/actions (from $GOROOT) /usr/local/go/src/github.com/gobuffalo/vuerecipe/actions (from $GOPATH)

What is the issue here pls ?

raghavchalapathy avatar Jul 24 '18 04:07 raghavchalapathy

Your GOPATH is set incorrectly.

-- Mark Bates On Jul 24, 2018, 6:54 AM +0200, raghav_chalapathy [email protected], wrote:

buffalo: 2018/07/24 14:52:52 === Error! === buffalo: 2018/07/24 14:52:52 === exit status 1 main.go:6:2: cannot find package "github.com/gobuffalo/vuerecipe/actions" in any of: /usr/lib/go-1.10/src/github.com/gobuffalo/vuerecipe/actions (from $GOROOT) /usr/local/go/src/github.com/gobuffalo/vuerecipe/actions (from $GOPATH) What is the issue here pls ? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

markbates avatar Jul 24 '18 07:07 markbates