After upgrading abp framework Cli and Suite to v.7.2.2 we faced an error below in Angular App
./src/main.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js): Error: Cannot resolve type entity i6.LpxBreadcrumbModule to symbol
./src/polyfills.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js): Error: Cannot resolve type entity i6.LpxBreadcrumbModule to symbol
Error: node_modules/@volosoft/abp.ng.theme.lepton-x/layouts/side-menu/layout/side-menu-layout.module.d.ts:8:21 - error TS2307: Cannot find module '@volo/ngx-lepton-x.core' or its corresponding type declarations.
8 import * as i6 from "@volo/ngx-lepton-x.core";
What is the problem and how we can fix it?
1 Answer(s)
-
-2
could you share your package.json? I think you didn't update lepton x package. it must be updated too.