Skip to content

Development Troubleshooting

Pokai Chang edited this page Jun 11, 2023 · 2 revisions

iOS

Command PhaseScriptExecution failed with a nonzero exit code


To see the actual error, check:


[Error] Could not find node

Quick fix: run sudo ln -s $(which node) /usr/local/bin/node. See: https://github.com/facebook/react-native/issues/22918#issuecomment-455960705