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

error marked@5.1.2: The engine "node" is incompatible with this module. Expected version ">= 16". Got "14.20.1" #3627

Open
pocketChao opened this issue Feb 27, 2025 · 2 comments
Labels

Comments

@pocketChao
Copy link

Marked version: @5.1.2

Describe the bug
when I use node14.20.1 to install marked 5.1.2 I can see the error
error marked@5.1.2: The engine "node" is incompatible with this module. Expected version ">= 16". Got "14.20.1"

To Reproduce
use node 14.20.1 to install it

Expected behavior
Hope it can be installed normally

@pocketChao
Copy link
Author

pocketChao commented Feb 27, 2025

which version can I use in nodejs 14.xx

@UziTech
Copy link
Member

UziTech commented Feb 27, 2025

v4.3.0 supports node v12+

You can see this by checking the engines property in package.json

marked/package.json

Lines 90 to 92 in d65cf63

"engines": {
"node": ">= 12"
}

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

No branches or pull requests

2 participants