Unable to use REPL on Windows or OS X. · Issue #351 · TypeStrong/ts-node
For some reason I can't get the REPL to work at all. Same result in both OS X and Windows. Reproduction steps: $ npm i -g typescript ts-node $ ts-node > console.log('hi'); Unable to compile TypeScr...