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
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
The text was updated successfully, but these errors were encountered:
"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.
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
The text was updated successfully, but these errors were encountered: