Skip to content

🐛 Bug: v1.1.x raised engines.node from 16 to 18 #389

@shiftj18

Description

@shiftj18

Bug Report Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have pulled the latest main branch of the repository.
  • I have searched for related issues and found none that matched my issue.

Expected

The change in the 'engines.node' configuration from 16 to 18 uses the 'x' major version, e.g. 2.0.0.

And, rollback 1.1.0 and 1.2.0.

Actual

image

image

Shouldn't the node version be compatible with the x of the semver rule?

This causes packages or apps using the '^1.0.1' version to abort unexpectedly, when installed using the yarn(v1) package manager in an earlier version of the node environment. Eventually, the installation failed, and the directory 'node_modules' is not exists.

"error ts-api-utils@1.2.0: The engine "node" is incompatible with this module. Expected version ">=18". Got "16.20.0" error Found incompatible module.'

Additional Info

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugSomething isn't working 🐛

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions