You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
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
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!