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
{{ message }}
This repository was archived by the owner on May 23, 2025. It is now read-only.
Currently, the README.md file lacks the required version specifications for running the project. I particularly faced the issue while trying to run the project on my device's default setup (Node version: 16 & JDK:11). It's essential to specify the compatible versions of Node.js and JDK (Java Development Kit) for users to successfully set up and run the project.
Details:
Node.js version: 18+
JDK version: 17
Action Required:
Please update the README.md file to include these version specifications under the "Installation" or "Prerequisites" section to ensure users are aware of the compatible environment required to run the project effectively.