creativecommons/chooser

NodeJS version prerequisite required in documentation

Lakshay-Pruthi opened this issue · 2 comments

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.

image

Adding basic steps like cloning repo to local computer could also be added.

Reproduction

  1. Clone repo to Local computer
  2. Run npm install in the terminal with NodeJS version >14
  3. See Error.

Expectation

Dependencies should be installed without any error.

Resolution

  • I would be interested in resolving this bug.

Yes. It should be mentioned somewhere in the contributing.md or readme.md files.

@Lakshay-Pruthi I agree, I'd say it should be in the README.md.