Glavin001 / ember-c3

:chart_with_upwards_trend: Ember addon library for C3, a D3-based reusable chart library.
http://glavin001.github.io/ember-c3/
MIT License
81 stars 60 forks source link

BroccoliMergeTrees: Expected Broccoli node, got undefined for inputNodes[0] #90

Closed w3o-io closed 5 years ago

w3o-io commented 5 years ago

Hi there,

This error appear - BroccoliMergeTrees: Expected Broccoli node, got undefined for inputNodes[0] after I update the ember-c3 version from 0.3.1 to 1.2.0 and ember build, my ember-cli version is 3.5.0. Any ideas?

Thank you.

maxwondercorn commented 5 years ago

The error is caused when trying to merge c3.css with an empty vendors directory. I'm surprised you're the first one to see this issue. There are a couple ways of fixing this. I'll get to the fix later today,

maxwondercorn commented 5 years ago

Issue should be resolved with release 1.2.1. Thanks.