1

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.

Akash Dey
  • 11
  • 2

2 Answers2

0

Try this :

"concurrently --kill-others-on-fail \"npm run start:client\" \"npm run start:server\" "
yanir midler
  • 2,153
  • 1
  • 4
  • 16
0

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.
MarioG8
  • 5,122
  • 4
  • 13
  • 29