react-nativeをXcodeで実行しようとしてエラーが出ます。

DEST=/Users/(Username)/Library/Developer/Xcode/DerivedData/Sample-djxgbolzezazefbovcdjimcomloy/Build/Products/Debug-iphonesimulator/Sample.app
+ react-native bundle --entry-file index.ios.js --platform ios --dev true --bundle-output /Users/(Username)/Library/Developer/Xcode/DerivedData/Sample-djxgbolzezazefbovcdjimcomloy/Build/Products/Debug-iphonesimulator/Sample.app/main.jsbundle --assets-dest /Users/gitan/Library/Developer/Xcode/DerivedData/Sample-djxgbolzezazefbovcdjimcomloy/Build/Products/Debug-iphonesimulator/Sample.app
../node_modules/react-native/packager/react-native-xcode.sh: line 36: react-native: command not found
Command /bin/sh failed with exit code 127

Xcode,node.jsのアップデートに伴い、エラーが発生するようになりました。
node_modulesのpathが通ってないのでしょうか。
よろしくお願いいたします。