Barelydead / strapi-plugin-populate-deep

A Strapi plugin that makes it easier to populate deep content structures
172 stars 39 forks source link

Warning thrown despite node version in range #15

Closed gtyree closed 1 year ago

gtyree commented 1 year ago

Getting the following warning:

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'strapi-plugin-populate-deep@0.1.2',
npm WARN EBADENGINE   required: { node: '>=12.x. <=16.x.x', npm: '>=6.0.0' },
npm WARN EBADENGINE   current: { node: 'v16.17.0', npm: '8.19.2' }
npm WARN EBADENGINE }

So despite it being in the range noted it still invokes a warning. Not critical, but wanted to note.