Open nmanthena18 opened 5 years ago
I have the same issue, Module not found: Can't resolve 'mibank-components' Module not found: Can't resolve 'mibank-components' in 'C:\Users\Me\mibank-micro-frontends\mibank-app\src' when I started the application
And I started before npm start mibank-components
I'm also having the same issue when trying to build the applications.
semantic error TS2307 Cannot find module 'mibank-components'.
Btw, changing the file location from chart.js/dist/chart.bundle.js
to chart.js/dist/Chart.bundle.js
works for me.
I'm also having the same issue when trying to build the applications.
semantic error TS2307 Cannot find module 'mibank-components'.
Btw, changing the file location from
chart.js/dist/chart.bundle.js
tochart.js/dist/Chart.bundle.js
works for me.
Doesn't work for me sadly :(
me too
@timludikar Can you please help us to resolve above issue. Everyone getting same issue.
When I am trying execute the project I have faced issue something like. Module not found: Can't resolve 'mibank-components' in '/home/naresh/Downloads/mibank-micro-frontends-master/mibank-account-app/src'
same as in mibank-components app in compoents.d.ts import { ChartData, ChartDataSets, ChartOptions, } from 'chart.js/dist/chart.bundle.js';