If you receive an Error: EACCES: permission denied message, here’s what to do:
- 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.
- Modify the permissions on your local workspace, use
chmod -R 755 <YourDirectoryName>
to provide the appropriate permissions to Vega Developer Tools - 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).