I\'m trying to use JSON Server in a React App. However, I keep getting the following error.
events.js:167 throw er; // Unhandled \'error\' event ^ Emitt
If you are running on Windows and have IIS running on your machine, ensure the IIS server is stopped if you are trying to run on port 8080. You can also change the port to not bring IIS into it.
npm start -- --port 8000