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.
Asked
Active
Viewed 236 times
1
-
Could You use code snippet to present Your console error instead of print screen please ? – MarioG8 Jun 09 '22 at 16:30
-
Did the answers solve your problem? – MarioG8 Jun 13 '22 at 08:46
2 Answers
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 :
- Please Add C:\Windows\System32 to the
global PATH environment
variable.

MarioG8
- 5,122
- 4
- 13
- 29