zalmoxisus / remotedev-server

Connect Redux DevTools extension to a remote app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken on react-native 0.59.5

pbassut opened this issue · comments

Since the react-native cli got moved somewhere else, the script is looking for a file that no longer exists.

FAIL Inject RemoteDev server into React Native local server, the file `react-native/local-cli/server/server.js` not found.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! app@0.0.1 remotedev: `remotedev --hostname=localhost --port=8000 --injectserver=reactnative`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the app@0.0.1 remotedev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/patrickbassut/.npm/_logs/2019-05-16T03_50_56_442Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! app@0.0.1 postinstall: `npm run remotedev && rndebugger-open`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the app@0.0.1 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.