dasmikko / strapi-tiptap-editor

A drop-in replacement for the strapi editor
MIT License
64 stars 29 forks source link

Warning with Node.js 20 (latest LTS) #70

Closed illright closed 8 months ago

illright commented 1 year ago

If I install the plugin with npm when running Node.js 20, I get an EBADENGINE:

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'strapi-tiptap-editor@0.9.12',
npm WARN EBADENGINE   required: { node: '>=12.x.x <=18.x.x', npm: '>=6.0.0' },
npm WARN EBADENGINE   current: { node: 'v20.8.0', npm: '10.1.0' }
npm WARN EBADENGINE }
shaital commented 10 months ago

yarn config set ignore-engines true

CamilleHbp commented 8 months ago

Thanks for a solution, but the package should update the node version since it's compatible with it :)

dasmikko commented 8 months ago

Thanks for a solution, but the package should update the node version since it's compatible with it :)

I just pushed a new version that should fix this.