Closed mkaschenko closed 7 years ago
Thanks for reporting this issue. Would you please provide more information about your environment? I cannot reproduce it.
OS X El Capitan version 10.11.6, iTerm2 build 3.0.12, Node version 6.9.1, Typescript version 2.0.10.
ts-node
(ts-node v1.7.0) works well in iTerm2.app.
I guess you are running tsun in a ts-project. That's not a problem of iterm/terminal.app.
Can you give a try in a clean directory?
Also, typescript is a global peer dependency.
You are right. It works outside my ts-project. Do you know what could a reason of this problem?
Because tsun is aware of your current project. You can import all dependencies in your project.
It seems this feature is not robust enough. Would you mind provide information about your project?
Thanks! The error is so obvious that I forget to reset noEmit
flag.
I will patch it later.
Fixed in 0.3.4!
Thanks a lot.
On Nov 28, 2016, at 18:49, (´・ω・`) notifications@github.com wrote:
Closed #17 https://github.com/HerringtonDarkholme/typescript-repl/issues/17.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HerringtonDarkholme/typescript-repl/issues/17#event-873508782, or mute the thread https://github.com/notifications/unsubscribe-auth/AAH83Q7R1k_d8Z5aH9WxMt_cQLXs-ybOks5rCr-4gaJpZM4K9bLQ.
While it works as expected in Terminal.app it throws the error in iTerm.app: