Does not build with Angular 10
See original GitHub issue[x ] Bug
[ ] Build issue
[ ] Feature request
Version info
7.3.2
Angular:
Angular CLI: 10.0.5
ngx-countup: 7.3.2
Description
I get a build error on ng build --prod:
ERROR in The target entry-point "ngx-countup" has missing dependencies:
- countup.js/dist/countup.umd.js
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
ng build - Angular
Option Description Value Type Default Value
‑‑aot Build using Ahead of Time compilation. boolean true
‑‑base‑href Base url for the application being built. string
‑‑delete‑output‑path Delete...
Read more >angular10 - Ng Build issues when using Angular 10 project
Ng Build issues when using Angular 10 project - [An unhandled exception occurred: Job name "..getProjectMetadata" does not exist.] Ask Question.
Read more >Angular 10 ng build doesn't flag missing module in app ...
The app module is missing the paginator module which is root cause of the issue.
Read more >Identify and Fix Build and Deployment Errors in Your Angular ...
In this guide, you will learn how to spot some of the most common build and deployment errors and how to resolve them...
Read more >ng build does not detect changes? : r/angular - Reddit
Hey, I'm working on a couple of changes for an angular project and they're seemingly not going through. After saving the files in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For what it’s worth, I don’t get any error when building with angular 10, just a warning.
But I reverted my commit that caused the issue, Latest version
7.3.3
works for me in ng 10. Still potentially an issue with SSR as referenced above.Temporary workaround, just install
7.3.1
, it uses the regular import of countUp instead of the deep import.