question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

WARNING in Entry point 'angular-highcharts'

See original GitHub issue

WARNING in Entry point 'angular-highcharts' contains deep imports into '../node_modules/highcharts/highmaps', '../node_modules/highcharts/highstock'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

environments:

@angular/animations”: “^9.0.1”, “@angular/cdk”: “^9.0.0”, “@angular/common”: “~9.0.1”, “@angular/compiler”: “~9.0.1”, “@angular/core”: “~9.0.1”, … “angular-highcharts”: “^9.0.2”, “highcharts”: “^8.0.0”

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:9
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

14reactions
bloborcommented, Apr 17, 2020

A quick fix for the host application is to use ignorableDeepImportMatchers option.

  • add ngcc.config.js file i a project root folder (where package.json located)
  • write something like this:
module.exports = {
  packages: {
    'angular-highcharts': {
      ignorableDeepImportMatchers: [/highcharts\//]
    },
  },
};

2reactions
netdjwcommented, Jul 3, 2020

#325 (comment)

Sorry, but it’s just a workaround.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Entry point 'angular-highcharts' contains deep imports #334
Warning : Entry point 'angular-highcharts' contains deep imports into '/home/patrikx3/Projects/nuaxia/nuaxia-frontend-workspace/projects/video- ...
Read more >
Angular - Warning: Entry point '@libray-package' contains ...
After upgrading the project to Angular 9.1, the CLI is throwing multiple warnings for various libraries like below:.
Read more >
angular-highcharts
WARNING in Entry point 'angular-highcharts' contains deep imports into '../node_modules/highcharts/highmaps', '../node_modules/highcharts/highstock'.
Read more >
Angular (>=8.0) declarative Highcharts components
Declarative and reactive wrapper for Highcharts. Warning: fairly experimental and lacking some features still. Plan is to make it stable though.
Read more >
Python, Angular, and Highcharts
wsgi.py: An entry-point for WSGI-compatible web servers to serve your project(Is used to help Django application communicates with the webserver).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found