Also getting the same error. However I managed to figure out a solution.
First I had to npm install -g ts-node
I also had to npm install — save-dev ts-node into the working directory.
Then, in my run/debug config make sure the working directory was the same dir where node_modules had ts-node. After that all worked fine.

I’m using WebStorm but the principle is the same