Skip to content

Commit 35b3312

Browse files
authored
Update node-binary.sh
1 parent a4714a4 commit 35b3312

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

scripts/node-binary.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88

99
nodejs_not_found()
1010
{
11-
echo "error: Can't find '$NODE_BINARY' binary to build React Native bundle." >&2
12-
echo "If you have a non-standard nodejs installation, select your project in Xcode," >&2
13-
echo "find 'Build Phases' - 'Bundle React Native code and images'" >&2
14-
echo "and change NODE_BINARY to an absolute path to your node executable." >&2
15-
echo "You can find it by invoking 'which node' in the terminal." >&2
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 "\
14+
"absolute path to your node executable. You can find it by invoking 'which node' in the terminal." >&2
1615
exit 2
1716
}
1817

0 commit comments

Comments
 (0)