angular2-highcharts: corejs and jasmine conflict
I’m using angular2 version 2.0.0 with angular2-highcharts 0.3.2
I’m getting these error on npm start:
node_modules/angular2-highcharts/typings/globals/es6-shim/index.d.ts(3,14): error TS2300: Duplicate identifier 'PropertyKey'. typings/globals/core-js/index.d.ts(3,14): error TS2300: Duplicate identifier 'PropertyKey'. typings/globals/jasmine/index.d.ts(74,9): error TS2375: Duplicate number index signature. typings/globals/jasmine/index.d.ts(128,9): error TS2374: Duplicate string index signature.
Regards ,
Ali
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 30 (4 by maintainers)
Well… not ‘fixed’, just changed. 😄
I updated to grab the commit you just added, but now I get this:
/app/node_modules/angular2-highcharts/dist/Highcharts.d.ts: Error:(1, 1) TS6053: File ‘/app/node_modules/angular2-highcharts/typings/index.d.ts’ not found.
I’m going to fork the repo and poke around a bit, but (as I said) I’m no npm/package.json guru so I’m not exactly sure what to do.
@mikesnare thanks for the info, i think i know what the problem is. Will open a PR these days.