I have a prototype ready to go and the project is jammed with build:
error: Can\'t find \'node\' binary to build React Native bundle If you have non
@brunocascio solution on the comment is simpler and less invasive, create a symlink to node, on command line:
ln -s $(which node) /usr/local/bin/node