❗ What to do if you receive an EACCES: permission denied error

If you receive an Error: EACCES: permission denied message, here’s what to do:

  1. Check your access permissions:
  • On MacOS, go to System Settings > Security and Privacy > Full Disk Access and make sure that Terminal, VS Code, and Watchman have full disk access permission.
  1. Modify the permissions on your local workspace, use chmod -R 755 <YourDirectoryName> to provide the appropriate permissions to Vega Developer Tools
  2. If the issue persists, run the npm run commands as sudo (as a last resort, remember to use caution when running npm commands as root).