diff --git a/react.gradle b/react.gradle index 6f803dd5576f4b..38be8e8c35bc57 100644 --- a/react.gradle +++ b/react.gradle @@ -32,7 +32,7 @@ def detectCliPath(config) { return "${projectDir}/../../node_modules/react-native/cli.js" } throw new Exception("Couldn't determine CLI location. " + - "Please set `project.ext.react.cliPath` to the path of the react-native cli.js"); + "Please set `project.ext.react.cliPath` to the path of the react-native cli.js file. This file typically resides in `node_modules/react-native/cli.js`"); } def composeSourceMapsPath = config.composeSourceMapsPath ?: "node_modules/react-native/scripts/compose-source-maps.js"