edbrsk / d3-stencil

Charts built with D3 and Stencil. Framework-agnostic, simple.
https://d3-stencil.dev
MIT License
67 stars 15 forks source link

Error on building project [cannot find module...] #124

Open drodval opened 4 years ago

drodval commented 4 years ago

Hi, I installed d3-stencil on my own project using npm i d3-stencil --save, but when I try to make a build I get the next error, no way on the node_modules folder, although it's correctly installed d3-stencil, to find modules.

Any tip about that? Thank. you so much!

[ ERROR ]  TypeScript: ../../node_modules/d3-stencil/dist/types/index.d.ts:8:8
            Cannot find module '@interfaces/index'.
       L7:    HasData,
       L8:  } from '@interfaces/index';
       L9:  export {
 [ ERROR ]  TypeScript: ../../node_modules/d3-stencil/dist/types/index.d.ts:11:8
            Cannot find module '@interfaces/data-types'.
      L10:    BcgMatrix,
      L11:  } from '@interfaces/data-types';
[04:39.1]  build failed in 35.32 s