mirror of
https://github.com/proxmoxer/docs.git
synced 2026-04-25 23:25:56 +03:00
[GH-ISSUE #227] Update README to Include Node.js Version Requirement for Mintlify #64
Labels
No labels
CodeDay
enhancement
pull-request
testmu
testmu
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docs#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ganeshpatil386386 on GitHub (Aug 22, 2024).
Original GitHub issue: https://github.com/hoppscotch/docs/issues/227
Originally assigned to: @ganeshpatil386386 on GitHub.
Issue:
The current README file for Hoppscotch Documentation provides steps for setting up the project locally, including installing dependencies and starting the development server. However, it does not specify the required Node.js version for running Mintlify, which can cause issues during setup.
Details:
While setting up the Hoppscotch Documentation locally, I encountered an issue where Mintlify would not work properly because my Node.js version was incompatible. After some research, I found that Mintlify requires Node.js version 19 or higher to function correctly. This crucial detail is currently missing from the README file.
Suggested Solution:
Please consider updating the README file to include a note about the required Node.js version. For example, adding a line under the "Local Development" section could be helpful: