I have a react project which works fine on my desktop running "npm start" but after copying the directory to the server (server os is CentOS), when running "npm start" I get this error:
Is there something I need to configure for it to run on the server?
Thanks in advance