Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
artemkarpovich opened this issue Feb 1, 2024 · 0 comments

Comments

@artemkarpovich
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant