diff --git a/react-native-cli/index.js b/react-native-cli/index.js index 288323396..ccddab423 100755 --- a/react-native-cli/index.js +++ b/react-native-cli/index.js @@ -224,7 +224,8 @@ function checkNodeVersion() { if (!semver.satisfies(process.version, packageJson.engines.node)) { console.error(chalk.red( 'You are currently running Node %s but React Native requires %s. ' + - 'Please use a supported version of Node.' + 'Please use a supported version of Node.\n' + + 'See https://facebook.github.io/react-native/docs/getting-started.html' ), process.version, packageJson.engines.node);