vivmagarwal / strapi-plugin-custom-api-builder

36 stars 9 forks source link

Node.js 18.x.x not support #15

Open officialkidmax opened 1 year ago

officialkidmax commented 1 year ago

error strapi-plugin-custom-api@1.0.4: The engine "node" is incompatible with this module. Expected version ">=12.x.x <=16.x.x". Got "18.12.1"

cedric-beurtheret-jcd commented 1 year ago

Same issue for me: npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'strapi-plugin-custom-api@1.0.4', npm WARN EBADENGINE required: { node: '>=12.x.x <=16.x.x', npm: '>=6.0.0' }, npm WARN EBADENGINE current: { node: 'v18.13.0', npm: '9.6.1' } npm WARN EBADENGINE }

vivmagarwal commented 1 year ago

Fixed.

lionel-addvanto commented 1 year ago

hmm, the error still persists for me

fgrx commented 1 year ago

The error still persists for me too

akanshSirohi commented 1 year ago

@vivmagarwal Issue is still there image

titoworlddev commented 1 year ago

I also have the error. I have node version 20.9.0 lts.

tboulogne commented 10 months ago

Use node 18.14.1 and i also have the error.