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

An unhandled exception occurred: The target entry-point "single-spa-angular" has missing dependencies: #45

Open
shanmukha6 opened this issue Apr 27, 2021 · 1 comment

Comments

@shanmukha6
Copy link

shanmukha6 commented Apr 27, 2021

An error occurred during the build:
Error: The target entry-point "single-spa-angular" has missing dependencies:

  • single-spa

    at TargetedEntryPointFinder.findEntryPoints (C:\Users\skondapalakala\MicroFrontends\Single-SPA-demo\my-app\node_modules@angular\compiler-cli\ngcc\src\entry_point_finder\targeted_entry_point_finder.js:40:23)
    at C:\Users\skondapalakala\MicroFrontends\Single-SPA-demo\my-app\node_modules@angular\compiler-cli\ngcc\src\execution\analyze_entry_points.js:29:41

Having above error on npm run serve:single-spa:my-app

@joeldenning
Copy link
Member

Hmm this shouldn't happen because single-spa is in the import map:

"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.1.1/lib/system/single-spa.min.js",

Not sure what would cause this.

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

No branches or pull requests

2 participants