so i tried this and got this
Running at
http://172.19.112.1:8000/
Also running at
https://172.19.112.1:8001/
node:events:353
throw er; // Unhandled 'error' event
^
Error: spawn xdg-open EACCES
at Process.ChildProcess._handle.onexit (node:internal/child_process:276:19)
at onErrorNT (node:internal/child_process:476:16)
at processTicksAndRejections (node:internal/process/task_queues:80:21)
Emitted 'error' event on ChildProcess instance at:
at Process.ChildProcess._handle.onexit (node:internal/child_process:282:12)
at onErrorNT (node:internal/child_process:476:16)
at processTicksAndRejections (node:internal/process/task_queues:80:21) {
errno: -13,
code: 'EACCES',
syscall: 'spawn xdg-open',
path: 'xdg-open',
spawnargs: [ '
http://172.19.112.1:8000/' ]
not sure where the problem is or how to fix it. i did a little search but could not find anything helpful to my understanding. if you could take a look and see what is going on, that would be appreciated. once again, thank you. how did you happen to run this? i will try this on a fresh ubunto vm since ive been using wsl but i recon that wont make that much of a difference