我正在使用Aurelia框架。昨晚我将打印稿从1.7版更新到1.8版。
现在我在visual studio的错误列表选项卡中遇到了很多错误。
错误如:
node_modules/typescript/bin/lib.core.d.ts(83,5): error TS2300: Duplicate identifier 'configurable'.
node_modules/typescript/bin/lib.core.d.ts(84,5): error TS2300: Duplicate identifier 'enumerable'.
node_modules/typescript/bin/lib.core.d.ts(85,5): error TS2300: Duplicate identifier 'value'.
node_modules/typescript/bin/lib.core.d.ts(86,5): error TS2300: Duplicate identifier 'writable'.
大约有20k的错误。
我添加了代码以排除tsconfig.json中的文件夹,但不知何故,visual studio不会忽略这些文件夹。
以下是jspm_packages文件夹和npm文件夹的快照。
欢迎任何建议。
提前致谢。