You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have had two people running on two separate machines with weird Expects results.
From what I can tell it is due to some of the processes not being killed after the exercises have been completed. Because most of the exercises all run on the same port number, we are actually verifying to an old service.
running
$ ps aux | grep node
on these machines showed around 5 / 6 processes all belonging to the express works workshop.
The text was updated successfully, but these errors were encountered:
I have had two people running on two separate machines with weird
Expects
results.From what I can tell it is due to some of the processes not being killed after the exercises have been completed. Because most of the exercises all run on the same port number, we are actually verifying to an old service.
running
$ ps aux | grep node
on these machines showed around 5 / 6 processes all belonging to the express works workshop.
The text was updated successfully, but these errors were encountered: