ts-node : The term 'ts-node' is not recognized as the name of a cmdlet, function, script file, or operableAt line:1 char:1+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (ts-node:String) [], CommandNotFoundException
我在开发的时候遇到了一些ts-node的问题。 我想测试一些东西,所以你知道,评论是我最好的朋友。但是对于ts-node,我得到了这个错误: 'foo' is declared but its value is never read 但我不想注释所有未使用的变量,因为这些变量实际上对测试后的代码很有用那么,有没有像ts-node --please-let-me-work这样的解决方案来忽略这些错误呢? 谢谢;)