You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/08/22 07:53:56 UTC

[GitHub] JeffreyRoosendaal edited a comment on issue #8493: Angular 6 cannot compile with `ng serve --prod`

JeffreyRoosendaal edited a comment on issue #8493: Angular 6 cannot compile with `ng serve --prod`
URL: https://github.com/apache/incubator-echarts/issues/8493#issuecomment-414940419
 
 
   I got this error after updating ngx-echarts to version 4.0.0. Downgrading to 3.2.0 solved the issue for me.
   
   It's working fine when using this combination of packages:
   
   "@angular-devkit/build-angular": "^0.6.8",
   "@types/echarts": "0.0.13",
   "echarts": "^4.1.0",
   "ngx-echarts": "^3.2.0"
   
   ----
   
   **Update**
   
   After updating all packages to @latest, it's working fine too:
   
   "@angular-devkit/build-angular": "^0.7.4",
   "@types/echarts": "^4.1.0",
   "echarts": "^4.1.0",
   "ngx-echarts": "^4.0.0"

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org