Skip to content

engine-strict = false should be the default for engines.node  #1927

Description

@vjpr

Currently this error is impossible to silence without updated the engines.node field:

 ERROR  Your Node version is incompatible with "/xxx/app".

Expected version: =8.0.0
Got: v12.4.0

This is happening because the package's manifest has an engines.node field specified.
To fix this issue, install the required Node version.

npm doesn't require engines.node to be satisfied by default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions