Concurrently setup fix

374 Views Asked by At

Concurrently setup error Please help me out to fix this error. I am using concurrently dev dependencies to run server and client site simultaneously but its not working as you can see in this photo.

2

There are 2 best solutions below

0
On

Your console "says" that, It looks like You have a path issue in the first place, not concurrently module.

The solution is very simple :

  1. Please Add C:\Windows\System32 to the global PATH environment variable.
0
On

Try this :

"concurrently --kill-others-on-fail \"npm run start:client\" \"npm run start:server\" "