0

Anyone familiar with this issue?

VS Code and emulator shots

metro bundler shot

Chris R
  • 29
  • 2

1 Answers1

0

This seems to be similar to this question: React Native running in emulator gives bundling failed: permission denied error

Try the solution under it, it solves my problem.

As suggested by @sloppypasta , here is commands to use:

sudo chmod 777 /tmp/metro-cache
cd /tmp/metro-cache
sudo chown -R $USER .
  • Please provide the relevant portions of the linked source here, to both improve searchability and protect against changes to the linked content. – sloppypasta Mar 11 '23 at 00:31