Angular 9 - The target entry-point has missing dependencies

后端 未结 6 1605
南笙
南笙 2021-02-06 23:09

I have upgraded an Angular library to Angular 9. However when I attempt to use that library in another Angular 9 project I get an error like this:

The target entry-poi

6条回答
  •  耶瑟儿~
    2021-02-06 23:35

    ERROR in The target entry-point "primeng" has missing dependencies: - chart.js
    
    ERROR in The target entry-point "primeng" has missing dependencies: - quill
    
    ERROR in The target entry-point "primeng" has missing dependencies: - @fullcalendar/core
    
    
    npm install --save chart.js
    npm install --save quill
    npm install --save @fullcalendar/core
    

提交回复
热议问题