node-vision / strapi-plugin-entity-relationship-chart

Strapi Plugin displays Entity Relationship Diagram of all models, fields and relations.
180 stars 24 forks source link

[BUG] Strapi Build Error #22

Closed ghost closed 10 months ago

ghost commented 1 year ago

I'm facing this given below error when package is building by npm run build

Error: Module not found: Error: Can't resolve '@strapi/icons/OneToMany'

strapi-plugin-entity-relationship-chart: "^4.1.0" Strapi: 3.6.10 Node: v14.19.3 NPM: 6.14.17

ralexrdz commented 1 year ago

I'm experiencing the same u_u. Unable to fix it with. yarn add @strapi/icons or yarn add @strapi/design-system

any temporal work around?