본문 바로가기

Development/Javascript

[Angular] TS2339:Property 'curveBasis' does not exist on type 'typeof d3'.

728x90


Error:

Error:(103, 13) TS2339:Property 'curveBasis' does not exist on type 'typeof d3'.


Solution: 

npm install @types/d3 --save-dev



반응형