rangle / mibank-micro-frontends

Demonstration of Micro Frontend Architecture.
43 stars 21 forks source link

Module not found #1

Open nmanthena18 opened 5 years ago

nmanthena18 commented 5 years ago

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';

reoxb commented 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

delete commented 5 years ago

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.

binlong09 commented 5 years ago

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.

Doesn't work for me sadly :(

Radhika108 commented 4 years ago

me too

gopalprathi commented 4 years ago

@timludikar Can you please help us to resolve above issue. Everyone getting same issue.