remotedev-debugger have to be globally installed?
Not sure but maybe #86 broke it :
$ yarn
yarn install v0.27.5
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "[email protected]" has incorrect peer dependency "eslint-plugin-import@^2.6.1".
[4/4] Building fresh packages...
$ remotedev-debugger --hostname localhost --port 5678 --injectserver
sh: remotedev-debugger: command not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Yes, it's because of this, need to remove the postinstall script.
Ok, I'm submitting the PR
Thank you @Antoine38660, my apologies for missing that line!
Most helpful comment
Ok, I'm submitting the PR