We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The main README specifies Node.js v16.19.0 as the required version for local development:
Node.js: Version 16.19.0 is required. Use Node Version Manager (NVM) for easy switching.
However, when running the docs website inside the docs folder, the following error appears if Node.js version is below 18:
[ERROR] Minimum Node.js version not met :( [INFO] You are using Node.js v16.19.0, Requirement: Node.js >=18.0.
This inconsistency can confuse developers trying to set up the environment.
docs
Improving this will enhance the onboarding experience and reduce setup errors.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The main README specifies Node.js v16.19.0 as the required version for local development:
However, when running the docs website inside the docs folder, the following error appears if Node.js version is below 18:
[ERROR] Minimum Node.js version not met :( [INFO] You are using Node.js v16.19.0, Requirement: Node.js >=18.0.
This inconsistency can confuse developers trying to set up the environment.
Suggested fixes:
docs
folder requires Node.js 18 or higher.Improving this will enhance the onboarding experience and reduce setup errors.
The text was updated successfully, but these errors were encountered: