Error: ENOENT: no such file or directory, stat .../node_modules/.bin/ucat'
at Object.statSync (fs.js:1016:3)
at visitPackageJSON
...
Command PhaseScriptExecution failed with a nonzero exit code
Due to patch-package file traversal encountering broken symlinks.
Switching to lstatSync fixed the issue for me. As far as I know, I think it should be a simple drop-in replacement.
I was getting errors when building in Xcode:
Due to
patch-package
file traversal encountering broken symlinks.Switching to
lstatSync
fixed the issue for me. As far as I know, I think it should be a simple drop-in replacement.