nuxt / eslint

Collection of ESLint-related packages for Nuxt
https://eslint.nuxt.com
MIT License
515 stars 65 forks source link

json-schema-to-typescript-lite and Nuxt require different node engine #405

Closed Fnxxxxo closed 2 months ago

Fnxxxxo commented 2 months ago

Environment

nuxt@3.11.2

Sorry. I cannot run nuxi for permission of private network

Package

@nuxt/eslint

Reproduction

Install @nuxt/eslint under node v18.15.0

Describe the bug

error json-schema-to-typescript-lite@14.0.0: The engine "node" is incompatible with this module. Expected version ">=20.0.0". Got "18.15.0"

Additional context

Nuxt require node >= 18

Logs

No response