The node version in the package.json's engines field is too restrictive to include elastic-charts in other projects. For example, EUI's CI breaks when trying to add elastic charts as we are not on that exact 10.15.2 node version. Even if we were to update and track this version requirement, we'd be forcing all consumers of EUI to use that specific node version, even in non-Kibana use cases.
The
nodeversion in the package.json'senginesfield is too restrictive to includeelastic-chartsin other projects. For example, EUI's CI breaks when trying to add elastic charts as we are not on that exact10.15.2node version. Even if we were to update and track this version requirement, we'd be forcing all consumers of EUI to use that specific node version, even in non-Kibana use cases.