Skip to content

docs: update Node.js version requirement in README to match package.json#973

Open
Vikash9546 wants to merge 1 commit into
hoodiehq:masterfrom
Vikash9546:docs/update-readme-node-version
Open

docs: update Node.js version requirement in README to match package.json#973
Vikash9546 wants to merge 1 commit into
hoodiehq:masterfrom
Vikash9546:docs/update-readme-node-version

Conversation

@Vikash9546

Copy link
Copy Markdown

Summary of the change
This PR updates the README to accurately reflect the Node.js >=8 requirement established in the package.json engines field, updating it from the previously stated Node 4 requirement. I also fixed a minor grammatical issue describing the operating system support.

Why the change is needed
To avoid confusion for new users trying to run the framework on older node versions and failing, the documentation should be kept in sync with the package dependency requirements.

Implementation details

  • Updated the "Setup" section in the README.md file.

How it was tested
The textlint suite was executed using npm run textlint to ensure the markdown is compliant. Additionally, manually confirmed that the engines.node within package.json correctly mandates Node 8 or higher.

Any breaking changes
No testing/runtime changes. Purely an update to human-readable markdown.

- Update Node.js minimum version requirement in README from Node 4 to Node 8 to match `engines.node` in `package.json`.
- Fix minor grammar issues regarding operating system compatibility.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant