Iam using suing "d3": "^4.10.0",
and "@types/d3": "^4.10.0",
in my angular 4 project , Suddenly its start throwing error
ERROR in @types/d3-geo/index.d.ts (39,19): Namespace '"@types/geojson/index"' has no exported member 'CoordinateReferenceSystem'.
I am come across this file which is using geojson https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/d3-geo/index.d.ts
but I think type defination of geojson is not updated or , I am using worng version , can someone please help me.
npm install @types/[email protected]
is worked for me – Ethnocentrism