Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Cannot install package with yarn on new node version #2

@ivan-kovatchev

Description

@ivan-kovatchev

Hi,

Adding this package through yarn causes the following error:

$ yarn add async-saxophone
yarn add v1.22.15
[1/4] Resolving packages...
[2/4] Fetching packages...
error async-saxophone@1.0.1: The engine "node" is incompatible with this module. Expected version "10 || 12 || 13 || 14". Got "16.13.0"
error Found incompatible module.

This seems to happen since newer versions of Nodejs have come out since this library was last updated (version 16 is LTS since Oct 2021), but the package.json file only allows 10, 12, 13 and 14.

Would it be possible to change the engines check to target version lower than version 10 as this will make async-saxophone compatible with new versions of node?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions