Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dungdung opened this issue Jun 30, 2023 · 0 comments
Open

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

dungdung opened this issue Jun 30, 2023 · 0 comments

Comments

@dungdung
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant