I've setup json-server and runs successfully on port-3000 then run npm start it runs on other port 3001.
But I want to run both concurrently. I tried with Concurrently but didn't work.
When I execute this command :
$ concurrently "npm start" "json-server --watch ./topPanelData.json"
Error message:

 
     
    