sourcefuse / sourcefuse/loopback4-dynamic-datasource

Does not support latest version of nodejs

Open
#21 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
31
Forks
6
PR merge metrics
No merged PRs in 30d

Description

While installing loopback4-dynamic-datasource@2.0.1, I'm receiving an EBADENGINE warning indicating that the package does not support latest version.
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: 'loopback4-dynamic-datasource@2.0.1',
npm warn EBADENGINE required: { node: '18 || 20' },
npm warn EBADENGINE current: { node: 'v22.14.0', npm: '11.3.0' }
npm warn EBADENGINE }

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the package metadata for the declared Node.js engine range, then check the installation behavior with Node.js 22.14.0 and npm 11.3.0. Update the supported-version declaration only if compatibility is confirmed, and verify that installation no longer emits the EBADENGINE warning.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js, typescript
Domain
backend, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.