coco icon indicating copy to clipboard operation
coco copied to clipboard

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

Open xlab opened this issue 5 years ago • 3 comments

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
+ [email protected]

$ 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

xlab avatar Mar 11 '19 08:03 xlab

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!

mrmiguu avatar Mar 11 '19 15:03 mrmiguu

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

Fantastitech avatar Mar 11 '19 17:03 Fantastitech

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

I'm on macOS Mojave 10.14.3 (18D109)

xlab avatar Mar 11 '19 20:03 xlab