-
Notifications
You must be signed in to change notification settings - Fork 11
Bug: scaffolding a new project shows the following error about engines support #42
Copy link
Copy link
Open
Description
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 }Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels