iafan / goplayspace

Advanced Go Playground frontend written in Go, with syntax highlighting, turtle graphics mode, and more
https://goplay.space
Other
981 stars 63 forks source link

new gopherjs version error #28

Closed robotamer closed 5 years ago

robotamer commented 5 years ago
./build-client && ./build-server
cannot find package "github.com/gopherjs/vecty" in any of:
    /opt/go/src/github.com/gopherjs/vecty (from $GOROOT)
    /home/tamer/code/go/src/github.com/gopherjs/vecty (from $GOPATH)
iafan commented 5 years ago

It looks like you just don't have Vecty installed or have something misconfigured. What happens if you run go get -u github.com/gopherjs/vecty? Any errors? If this command yields no errors, try running bin/build-client again.

robotamer commented 5 years ago

Worked, Thanks, Sorry should have looked closer. Great job!!!