File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
nodejs_not_found ()
10
10
{
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
16
15
exit 2
17
16
}
18
17
You can’t perform that action at this time.
0 commit comments