問題タブ [angular2-aot]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular - Angular2 AOT コンパイラ エラー、重複する識別子 PropertyKey
ここで説明されている私の angular2 プロジェクト AA をコンパイルしています: https://angular.io/docs/ts/latest/cookbook/aot-compiler.html
次のコマンドを実行しています: node_modules/.bin/ngc -p tsconfig-aot.json
しかし、次のエラーが発生しました: node_modules/typescript/lib/lib.es2015.core.d.ts:17:14: 識別子 'PropertyKey' が重複しています。
ドメイネンには、組織のくわを修正して、ここで複数回宣言されていることを確認するためのアイデアがありますか?
ありがとうございます!