#Why can't I import NPM modules in my Vue component?

3 messages · Page 1 of 1 (latest)

tawdry canyon
#

When I import my d3 module into my Vue component it doesn't work

tawdry canyon
#

Could not find a declaration file for module 'd3'. 'node_modules/d3/src/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/d3 if it exists or add a new declaration (.d.ts) file containing `declare module

tawdry canyon
#

found solution