Polyfill-service: Release new npm packages to avoid 'The engine "node" is incompatible with this module.'

Created on 7 May 2018  ·  8Comments  ·  Source: Financial-Times/polyfill-service

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.

All 8 comments

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 👍

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hkano picture hkano  ·  5Comments

JakeChampion picture JakeChampion  ·  4Comments

stegano picture stegano  ·  5Comments

kentcdodds picture kentcdodds  ·  5Comments

rubencodes picture rubencodes  ·  7Comments