Please update the polyfill-library package on npm. The latest version 3.26.2-1 there has
"engines": {
"node": "6.11.1 - 9"
}
Yarn therefore does not install it with node 10:
error [email protected]: The engine "node" is incompatible with this module. Expected version "6.11.1 - 9"
You have already fixed that entry as part of #1706, but it is not yet published on npm.
Thanks!
For others landing here via search: Use the --ignore-engines flag in yarn as temporary workaround.
The same problem occurs when installing polyfill-service:
$ yarn add polyfill-service
yarn add v1.6.0
error [email protected]: The engine "node" is incompatible with this module. Expected version "6.11.1 - 9".
error Found incompatible module
@JakeChampion could you or someone else please publish a new version?
Thanks --ignore-engines is a great temp fix
Sorry to bother, @triblondon — is it possible that someone of maintainers take care of this issue? :)
I'm afraid I don't work at the FT anymore and haven't managed to stay involved with the project. I believe Jake is still the primary maintainer.
@JakeChampion any chance to get this resolved?
@JakeChampion The project I'm working on needs to move to node 10 LTS. Can we get this fixed, please?
This is fixed 👍