I have shopify CLI version 3.72.2. When I run the command “shopify app dev”, it give the following error
╭─ error ──────────────────────────────────────────────────────────────────────────────╮
│ │
│ EACCES: permission denied, open │
│ '/usr/local/lib/node_modules/@shopify/cli/bin/cloudflared' │
│ │
│ What to try: │
│ - Run the command again │
│ - Add the flag `--tunnel-url {URL}` to use a custom tunnel URL │
│ │
I also tried to run the command with "sudo " but then it gives the following
Sorry, user is not allowed to execute ‘/usr/local/bin/shopify app dev’ as root on “system_name”
Could anyone tell me what the issue is with it? or suggest me some other approach.