Git-point: Can't install dependencies (remotedev-debugger)

Created on 16 Jul 2017  路  3Comments  路  Source: gitpoint/git-point

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.
bug

Most helpful comment

Ok, I'm submitting the PR

All 3 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

patw0929 picture patw0929  路  5Comments

gulien picture gulien  路  5Comments

lXSPandora picture lXSPandora  路  5Comments

andrewda picture andrewda  路  4Comments

TautFlorian picture TautFlorian  路  4Comments