VS2015: Adding “watch”: true to tsconfig.json causing JsErrorScriptException (0x30001)

*爱你&永不变心* 提交于 2019-12-02 01:34:40
Dudi

WoW, poor Microsoft..

The issue here is that on installing VS2015, I got TypeScript 1.8, But it didn't update the PATH env variable of Windows 10, So I was actually using the 1.0 version.

I had to update it manually with the help of THIS POST .

(be aware of the comment there to use "compileOnSave": true on win10 os).

Now it's WORK (-;

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!