Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circular dependency @abp/utils/dist/abp-utils.d.ts.map #5005

Closed
davidzwa opened this issue Aug 9, 2020 · 1 comment · Fixed by #5117
Closed

Circular dependency @abp/utils/dist/abp-utils.d.ts.map #5005

davidzwa opened this issue Aug 9, 2020 · 1 comment · Fixed by #5117

Comments

@davidzwa
Copy link

davidzwa commented Aug 9, 2020

  • Abp 3.0.5
  • Angular ("@abp/ng.core": "^3.0.5")
  • Steps needed to reproduce the problem: ng build
  • Warning/Error during NGCC:
Warning: Unable to fully load LOCAL_PATH_HERE/node_modules/@abp/utils/dist/abp-utils.d.ts for source-map flattening: Circular source file mapping dependency:
 LOCAL_PATH_HERE/node_modules/@abp/utils/dist/abp-utils.d.ts.map -> LOCAL_PATH_HERE/node_modules/@abp/utils/dist/abp-utils.d.ts.map
  Error: Tried to write LOCAL_PATH_HERE/node_modules/@abp/utils/dist/abp-utils.d.ts.__ivy_ngcc_bak with an ngcc back up file but it already exists so not writi
ng, nor backing up, LOCAL_PATH_HERE/node_modules/@abp/utils/dist/abp-utils.d.ts.
  This error may be because two or more entry-points overlap and ngcc has been asked to process some files more than once.
  You should check other entry-points in this package and set up a config to ignore any that you are not using.

Seems like there is a circular dependency in @abp/utils

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants