You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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
The text was updated successfully, but these errors were encountered: