Development/Javascript
[Angular] TS2339:Property 'curveBasis' does not exist on type 'typeof d3'.
nabina
2017. 8. 12. 11:46
728x90
Error:
Error:(103, 13) TS2339:Property 'curveBasis' does not exist on type 'typeof d3'.
Solution:
npm install @types/d3 --save-dev
반응형