You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abp new Angular.NonSeperatedEfCore -t app -u angular --mobile none --database-provider ef -csf --preview
Build at: 2021-04-01T08:32:00.881Z - Hash: 2e19760e49ff782d93be - Time: 44874ms
Error: node_modules/@abp/ng.account/lib/components/tenant-box/tenant-box.component.d.ts:1:10 - error TS2305: Module '"../../../node_modules/@abp/ng.core/abp-ng.core"' has no exported member 'AbpApplicationConfigurationService'.
1 import { AbpApplicationConfigurationService, AbpTenantService, ConfigStateService, CurrentTenantDto, SessionStateService } from '@abp/ng.core';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: node_modules/@abp/ng.account/lib/components/tenant-box/tenant-box.component.d.ts:1:46 - error TS2305: Module '"../../../node_modules/@abp/ng.core/abp-ng.core"' has no exported member 'AbpTenantService'.
1 import { AbpApplicationConfigurationService, AbpTenantService, ConfigStateService, CurrentTenantDto, SessionStateService } from '@abp/ng.core';
~~~~~~~~~~~~~~~~
Error: node_modules/@abp/ng.account/lib/components/tenant-box/tenant-box.component.d.ts:1:84 - error TS2305: Module '"../../../node_modules/@abp/ng.core/abp-ng.core"' has no exported member 'CurrentTenantDto'.
1 import { AbpApplicationConfigurationService, AbpTenantService, ConfigStateService, CurrentTenantDto, SessionStateService } from '@abp/ng.core';
~~~~~~~~~~~~~~~~
Error: ./node_modules/@abp/ng.account/__ivy_ngcc__/fesm2015/abp-ng.account.js 1389:329-363
"export 'AbpApplicationConfigurationService' was not found in '@abp/ng.core'
Error: ./node_modules/@abp/ng.account/__ivy_ngcc__/fesm2015/abp-ng.account.js 1401:12-46
"export 'AbpApplicationConfigurationService' was not found in '@abp/ng.core'
Error: ./node_modules/@abp/ng.account/__ivy_ngcc__/fesm2015/abp-ng.account.js 1409:174-208
"export 'AbpApplicationConfigurationService' was not found in '@abp/ng.core'
Error: ./node_modules/@abp/ng.account/__ivy_ngcc__/fesm2015/abp-ng.account.js 1389:178-194
"export 'AbpTenantService' was not found in '@abp/ng.core'
Error: ./node_modules/@abp/ng.account/__ivy_ngcc__/fesm2015/abp-ng.account.js 1398:12-28
"export 'AbpTenantService' was not found in '@abp/ng.core'
Error: ./node_modules/@abp/ng.account/__ivy_ngcc__/fesm2015/abp-ng.account.js 1409:71-87
"export 'AbpTenantService' was not found in '@abp/ng.core'
Error: ./node_modules/@abp/ng.account/__ivy_ngcc__/fesm2015/abp-ng.account-config.js 57:29-55
"export 'NAVIGATE_TO_MANAGE_PROFILE' was not found in '@abp/ng.core'
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
The text was updated successfully, but these errors were encountered:
We've been fixed the problem by publishing the @abp/ng.account v4.3.0-rc.1-1. This version will be installed automatically (if the yarn.lock or package-lock.json do not exist). If you still encounter the errors above, you can remove the lock file (yarn.lock or package-lock.json) and reinstall the packages. Or you can use the following method as a workaround:
After the packages are installed, remove the node_modules/@abp/ng.account/node_modules folder.
The text was updated successfully, but these errors were encountered: