Skip to content

Bug: scaffolding a new project shows the following error about engines support #42

@lirantal

Description

@lirantal

Bug report

When scaffolding a new project using the CLI:

npx create-node-lib@latest package-name-goes-here
Need to install the following packages:
create-node-lib@2.12.0
Ok to proceed? (y) y

npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '@semantic-release/github@12.0.6',
npm warn EBADENGINE   required: { node: '^22.14.0 || >= 24.10.0' },
npm warn EBADENGINE   current: { node: 'v24.5.0', npm: '11.5.1' }
npm warn EBADENGINE }
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '@semantic-release/npm@13.1.5',
npm warn EBADENGINE   required: { node: '^22.14.0 || >= 24.10.0' },
npm warn EBADENGINE   current: { node: 'v24.5.0', npm: '11.5.1' }
npm warn EBADENGINE }
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: 'semantic-release@25.0.3',
npm warn EBADENGINE   required: { node: '^22.14.0 || >= 24.10.0' },
npm warn EBADENGINE   current: { node: 'v24.5.0', npm: '11.5.1' }
npm warn EBADENGINE }

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