Skip to content

Unable to install #1850

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

Open
legiondesigns opened this issue Apr 1, 2025 · 1 comment
Open

Unable to install #1850

legiondesigns opened this issue Apr 1, 2025 · 1 comment
Labels

Comments

@legiondesigns
Copy link

legiondesigns commented Apr 1, 2025

Describe The Bug

running 'npm install animate.css --save' shows a bunch of 'deprecation' messages then throws about 50 errors and will not install.

I am guessing that this CSS is no longer being updated or maintained.

I also tried install with yarn and it gives erros also and doen't install

"error eslint-plugin-jsdoc@36.1.1: The engine "node" is incompatible with this module. Expected version "^12 || ^14 || ^16". Got "22.14.0"
error Found incompatible module."

Steps To Reproduce

No response

Expected Behavior

No response

Screenshots

No response

Desktop

No response

Smartphone

No response

Additional Context

No response

@BobbyBabes
Copy link

"error eslint-plugin-jsdoc@36.1.1: The engine "node" is incompatible with this module. Expected version "^12 || ^14 || ^16". Got "22.14.0"
error Found incompatible module."

The ESLint plugin eslint-plugin-jsdoc, is telling you that it is incompatible with NodeJS versions greater than v16. And you have NodeJS v22.14.0 installed. So you have one or more packages installed which depend on eslint-plugin-jsdoc.

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