Closed tpluscode closed 7 years ago
TWC uses ES6 features (destructuring in above example) and requires node version that supports that (afaik v6 at least). I will change the tsconfig target to es5 and we will check if everything works fine. If there is anything else that will not work on older node version, I will set the minimal node version.
When running
twc
from console I'm getting the following error.It's the same regardless of passed arguments. I'm using Windows, node 5.5.0, and this happens with cmd and cygwin alike.