We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b3312 commit dd66191Copy full SHA for dd66191
scripts/node-binary.sh
@@ -9,8 +9,8 @@
9
nodejs_not_found()
10
{
11
echo "error: Can't find the '$NODE_BINARY' binary to build the React Native bundle. " \
12
- "If you have a non-standard Node.js installation, select your project in Xcode, find "\
13
- "'Build Phases' - 'Bundle React Native code and images' and change NODE_BINARY to an "\
+ "If you have a non-standard Node.js installation, select your project in Xcode, find " \
+ "'Build Phases' - 'Bundle React Native code and images' and change NODE_BINARY to an " \
14
"absolute path to your node executable. You can find it by invoking 'which node' in the terminal." >&2
15
exit 2
16
}
0 commit comments