我正在开发我的第一个node.js项目(用于学习目的),我想使用TypeScript作为Visual Studio Code的首选语言(是的,我不是在寻找简单的方法)。源代码在这里:https://github.com/thecoderok/ukrbash-node 当我在源代码中引用node.d.ts时,我得到了大量的编译
错误如:urkbash-node \ typings \ node \ node.d.ts(178,36):错误TS1005: ';'预期。 urkbash-node \ typings \ node \ node.d.ts(425,5):错误 TS1008:意外的令牌; '模块,类,接口,枚举,导入或 声明'预期。 urkbash节点\分型\节点\ node.d.ts(425,12): 错误TS1008:意外的令牌; '模块,类,接口,枚举, 进口或声明'预期。 urkbash-node \ typings \ node \ node.d.ts(425,17):错误TS1005:';' 预期
有谁知道为什么以及如何解决它?
答案 0 :(得分:1)
错误如:urkbash-node \ typings \ node \ node.d.ts(178,36):错误TS1005:';'预期。
考虑行here的内容,好像你正在使用TypeScript 1.4(它没有联合类型)。请将VS Code更新为最新版本以使用TS 1.5