\ node_modules \ @types \ angular \ index.d.ts(243,41):错误TS100

时间:2018-06-22 10:25:06

标签: .net angular visual-studio

我正在使用Angular 4,但似乎一无所获,我开始在我的

中遇到以下构建错误
>  \node_modules\@types\angular\index.d.ts(243,41): error TS100

tsconfig.json

{
      "compilerOptions": {
        "target": "es5",
        "module": "commonjs",
        "moduleResolution": "node",
        "sourceMap": true,
        "emitDecoratorMetadata": true,
        "experimentalDecorators": true,
        "baseUrl": ".",
        "lib": [ "es2015", "dom" ],
        "noImplicitAny": false,
        "declaration": true,
        "suppressImplicitAnyIndexErrors": true,
        "skipLibCheck": true,
        "forceConsistentCasingInFileNames": true
      },
      "compileOnSave": true
    }

enter image description here

1 个答案:

答案 0 :(得分:0)

这里的问题是即时消息使用的类型脚本版本低于我的节点版本。.所以我将我的打字稿更新为最新版本,并将节点也升级为最新版本。

您可以使用下面的链接enter link description here

升级节点

使用下面的链接enter link description here下载最新的打字稿