diff --git a/react-native-cli/index.js b/react-native-cli/index.js index 56ab767a8..c9cd36c27 100755 --- a/react-native-cli/index.js +++ b/react-native-cli/index.js @@ -108,7 +108,7 @@ if (cli) { default: console.error( 'Command `%s` unrecognized. ' + - 'Did you mean to run this inside a react-native project?', + 'Make sure that you have run `npm install` and that you are inside a react-native project.', commands[0] ); process.exit(1);