mcnamee / react-native-starter-kit

:rocket: A React Native boilerplate app to get you up and running very, very quickly :rocket:
MIT License
3.35k stars 863 forks source link

npm start fail #169

Closed Hcinet closed 6 years ago

Hcinet commented 6 years ago

rnsk@0.1.0 debug C:\Users\medam\react-native-starter-kit open 'rndebugger://set-debugger-loc?host=localhost&port=19001'

'open' is not recognized as an internal or external command, operable program or batch file. 'port' is not recognized as an internal or external command, operable program or batch file. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! rnsk@0.1.0 debug: open 'rndebugger://set-debugger-loc?host=localhost&port=19001' npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the rnsk@0.1.0 debug 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! C:\Users\medam\AppData\Roaming\npm-cache_logs\2018-05-12T01_42_29_899Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! rnsk@0.1.0 start: npm run debug && react-native-scripts start npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the rnsk@0.1.0 start 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! C:\Users\medam\AppData\Roaming\npm-cache_logs\2018-05-12T01_42_30_016Z-debug.log

speterson-riskalyze commented 6 years ago

I just removed the npm run debug && from the start script in the package.json. Also had to install watchman via homebrew brew install watchman

mcnamee commented 6 years ago

Thanks @speterson-riskalyze

(Same as https://github.com/mcnamee/react-native-starter-kit/issues/166)