getyourguide / vue-class-migrator

Vue 3 Migration helper for applications using Vue 2.7
Apache License 2.0
57 stars 19 forks source link

Requires Node 18 specifically #112

Open phoenix-oes opened 10 months ago

phoenix-oes commented 10 months ago
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'vue-class-migrator@0.0.3',
npm WARN EBADENGINE   required: { node: '18' },
npm WARN EBADENGINE   current: { node: 'v20.9.0', npm: '10.2.3' }
npm WARN EBADENGINE }

I'm using node 20, another LTS version, and it's incompatible with this tool? Was there a breaking change?