-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package.json "engine" is too restrictive #359
Comments
Hey @chandlerprall
So I think it's our |
...and rethinking about my last comment, it's also more strange because the |
ok so actually that |
Thanks for looking into the npm-yarn differences! I'd also note:
|
So I've investigated a bit more the issue, here my findings:
So the problem now is: it doesn't matter if we remove the Maybe the solution is completely remove the |
Hmm - related, I'm trying to upgrade kibana's node version now and it's being blocked on this. It looks like CI is installing kibana w/ a circular depdency on node version mismathes now :). LMK if I can help |
Maybe engines in this repo could indicate what versions of node this package supports, so it would be >=10 or something? |
Set node engine to >=10 closes elastic#359
Set node engine to >=10 closes #359
🎉 This issue has been resolved in version 11.1.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hey @chandlerprall we changed the |
@markov00 was there no luck/success with publishing the package with no |
Just to update per slack conversation
To discuss with @markov00 when he returns |
## [11.1.2](elastic/elastic-charts@v11.1.1...v11.1.2) (2019-08-30) ### Bug Fixes * **engines:** update node engine ([opensearch-project#363](elastic/elastic-charts#363)) ([f07f731](elastic/elastic-charts@f07f731)), closes [opensearch-project#359](elastic/elastic-charts#359)
The
node
version in the package.json'sengines
field is too restrictive to includeelastic-charts
in other projects. For example, EUI's CI breaks when trying to add elastic charts as we are not on that exact10.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 text was updated successfully, but these errors were encountered: