Skip to content

Commit

Permalink
Update node-binary.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer authored Apr 10, 2019
1 parent 35b3312 commit dd66191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/node-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
nodejs_not_found()
{
echo "error: Can't find the '$NODE_BINARY' binary to build the React Native bundle. " \
"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 "\
"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 " \
"absolute path to your node executable. You can find it by invoking 'which node' in the terminal." >&2
exit 2
}
Expand Down

0 comments on commit dd66191

Please sign in to comment.