React Native ios build : Can't find node

后端 未结 4 770
无人共我
无人共我 2020-12-30 03:37

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

4条回答
  •  囚心锁ツ
    2020-12-30 04:27

    @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
    

提交回复
热议问题