0
maharatha@gmail.com created
After I upgrade from 9.0 to 9.1 I get the following errors and its all over the place.
./node_modules/@volosoft/ngx-lepton-x/fesm2022/volosoft-ngx-lepton-x.mjs:1030:49-70 - Error: export 'provideAppInitializer' (imported as 'provideAppInitializer') was not found in '
I deleted node+modules folder and yarn.lock file but no luck.
What should i do ?
1 Answer(s)
-
0
Hi,
It seems there is no any breaking-change while migrating v.9.0 to v9.1.
https://abp.io/docs/latest/release-info/migration-guides/abp-9-1Can you try to remove
node_modules
folder andyarn.lock
/packages.lcok
file.Then try to execute
yarn
command in a clean directory?
If problem still continues please let us know