mrmiguu / coco

Golang WebAssembly Framework
MIT License
110 stars 4 forks source link

Client required capability `relative_root` is not supported by this server #5

Open xlab opened 5 years ago

xlab commented 5 years ago

Installed go-wasm-cli:

$ npm i -g go-wasm-cli
/usr/local/Cellar/node/11.5.0/bin/go-wasm -> /usr/local/Cellar/node/11.5.0/lib/node_modules/go-wasm-cli/cli.js
+ go-wasm-cli@0.0.3

$ go-wasm -v
0.0.3

I receive the following error:

xlab ~/Documents/dev/go/src/github.com/mrmiguu/coco/example $ go-wasm start
✖ Error: client required capability `relative_root` is not supported by this server
mrmiguu commented 5 years ago

Until I'm able to recreate this in some form, feel free to toss this same question the way of go-wasm-cli and see if they turn up any answers for you. Thanks!

Fantastitech commented 5 years ago

Looks like a problem with your watchman installation if your OS actually supports the feature: https://facebook.github.io/watchman/docs/file-query.html#relative-roots

xlab commented 5 years ago

Looks like a problem with your watchman installation if your OS actually supports the feature:

I'm on macOS Mojave 10.14.3 (18D109)