Baboo7 / strapi-plugin-import-export-entries

Import/Export data from and to your database in just few clicks.
175 stars 86 forks source link

Compatibility Issue with Node.js 20 #170

Closed AliKdhim87 closed 7 months ago

AliKdhim87 commented 7 months ago

Compatibility Issue with Node.js 20

Description

I'm encountering an issue with the "strapi-plugin-import-export-entries" plugin when trying to run it with Node.js version 20.10.0. The error message indicates an incompatibility with the Node.js version.

Environment

Error Message

error strapi-plugin-import-export-entries@0.1.1: The engine "node" is incompatible with this module. Expected version ">=14.19.1 <=18.x.x". Got "20.10.0"

Steps to Reproduce

  1. Install the "strapi-plugin-import-export-entries" plugin.
  2. Set Node.js version to 20.10.0.
  3. Run Strapi.

Possible Solutions

[If you have any suggestions for a solution or workaround, please provide them here.]

AliKdhim87 commented 7 months ago

The issue was resolved by updating the package to the latest version and recreating the yarn.lock file.