NodeJS version prerequisite required in documentation
Lakshay-Pruthi opened this issue · 2 comments
Lakshay-Pruthi commented
Description
While setting up the project locally with the latest NodeJS version v18.15.0 it gives errors.
which can resolved by downgrading to v14. So, Prerequisite should be there in the readme.
Adding basic steps like cloning repo to local computer could also be added.
Reproduction
- Clone repo to Local computer
- Run npm install in the terminal with NodeJS version >14
- See Error.
Expectation
Dependencies should be installed without any error.
Resolution
- I would be interested in resolving this bug.
soustab10 commented
Yes. It should be mentioned somewhere in the contributing.md
or readme.md
files.
possumbilities commented
@Lakshay-Pruthi I agree, I'd say it should be in the README.md
.