creativecommons / chooser

The new and improved CC license selection tool.
https://chooser-beta.creativecommons.org
MIT License
98 stars 121 forks source link

NodeJS version prerequisite required in documentation #458

Closed Lakshay-Pruthi closed 1 year ago

Lakshay-Pruthi commented 1 year ago

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

soustab10 commented 1 year ago

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

possumbilities commented 1 year ago

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