chrome console error:未捕获的ReferenceError:未定义__decorate 这是代码https://github.com/Dreampie/angular2-demo
运行它:
npm install
npm run typings install
npm run start
在浏览器中打开localhost:80
有人帮忙吗?答案 0 :(得分:31)
从tsconfig.json中删除
"declaration": true,
"noEmitHelpers": false,
"isolatedModules": false
答案 1 :(得分:1)
当创建共享NativeScript https://docs.nativescript.org/angular/code-sharing/intro
的代码时,这发生在我身上但是我只需要注释掉这两行:
//"declaration": false,
//"noEmitHelpers": true,