WalkingPizza/strapi-plugin-placeholder

Incompatibility Issue with Strapi Plugin Placeholder on Node.js v20.11.0

Opened this issue · 0 comments

Issue Overview:

The Strapi plugin strapi-plugin-placeholder is currently facing compatibility issues with Node.js version 20.11.0. The problem arises from an incompatibility between the plugin and the Node.js version, as the plugin expects the Node.js version to be ">=12.x.x <=18.x.x", but the actual version detected is "20.11.0".

Actual Behavior:

The following error is encountered:
The engine "node" is incompatible with this module. Expected version ">=12.x.x <=18.x.x". Got "20.11.0".

Additional Information:

Strapi version: 4.15.5
Node.js version: 20.11.0
Strapi-plugin-placeholder version: 4.4.0