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 think it's because ts-node starts a child process, and because of that, we get an "address already in use" error. See the Node.js help issue attached.
Just try it for yourself and you will see the problem.