Nativescript + Angular2(2.0.0-beta.16):“无法读取未定义的属性'extend'

时间:2016-04-27 14:37:27

标签: angular nativescript

所以有一段时间我一直在我的项目中使用Angular2的第9个测试版,所以我决定更新到最新版本。但是在我运行命令“tns run android”或“tns livesync android”之后,我在模拟器中有了这条消息:

Error

这是我的tsconfig.json:

{
    "compilerOptions": {
        "rootDir": ".",
        "module": "commonjs",
        "target": "es5",
        "inlineSourceMap": true,
        "experimentalDecorators": true,
        "removeComments": false,
        "emitDecoratorMetadata": true,
        "noEmitOnError": false
    },
    "exclude": [
        "node_modules",
        "platforms"
    ]
}

这是错误消息中提到的1st file。 正如你所看到的,还有其他提到的文件,但与第一个一样,所有这些都不是我自己制作的。他们是生成的。那么除了回到Angular 2的第9个测试版之外我该怎么办?

提前谢谢

0 个答案:

没有答案