Anyone familiar with this issue?
Asked
Active
Viewed 339 times
1 Answers
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 .

CodingAlgorithm
- 31
- 5
-
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