You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! [email protected] remotedev: `remotedev --hostname=localhost --port=8000 --injectserver=reactnative`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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! [email protected] postinstall: `npm run remotedev && rndebugger-open`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
The text was updated successfully, but these errors were encountered:
pbassut
changed the title
Broken on react-native 0.59
Broken on react-native 0.59.5
May 16, 2019
Since the react-native cli got moved somewhere else, the script is looking for a file that no longer exists.
The text was updated successfully, but these errors were encountered: