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

Failing to build client because a dependency is missing #44

Open suzaku opened 2 years ago

suzaku commented 2 years ago

When following the instructions in README to compile goplayspace, I got the following error:

cannot find package "github.com/gopherjs/vecty" in any of:
        /usr/local/opt/go/libexec/src/github.com/gopherjs/vecty (from $GOROOT)
        /Users/xliao/go/src/github.com/gopherjs/vecty (from $GOPATH)
gzip: can't stat: client.js (client.js): No such file or directory
gzip: can't stat: client.js.map (client.js.map): No such file or directory
Gh05ts commented 2 years ago

It has been changed to hexops instead of gopherjs, try by replacing with github.com/hexops/vecty instead.