sourcefuse / sourcefuse/loopback4-dynamic-datasource
Does not support latest version of nodejs
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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