Skip to content

Support node.js >= 16 for supporting packages #5

Open
@dungdung

Description

@dungdung

Hello!

I'm seeing the following logs running npm install with on node.js 18

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@jsonhero/[email protected]',
npm WARN EBADENGINE   required: { node: '16' },
npm WARN EBADENGINE   current: { node: 'v18.14.2', npm: '9.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@jsonhero/[email protected]',
npm WARN EBADENGINE   required: { node: '16' },
npm WARN EBADENGINE   current: { node: 'v18.14.2', npm: '9.5.0' }
npm WARN EBADENGINE }

I see a recent release allows node.js >= 16 for this package, but the two supporting packages @jsonhero/json-infer-types and @jsonhero/json-schema-fns still only support node.js 16.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions