-
Notifications
You must be signed in to change notification settings - Fork 902
docs: add Node.js version requirement, prerequisites table and troubleshooting guide #3437
New issue
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
base: dev
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -21,11 +21,19 @@ Mifos® X Web App is a modern single-page application (SPA) built on top of the | |||||
|
|
||||||
| ## Installation Guide | ||||||
|
|
||||||
| ### Prerequisites for All Methods | ||||||
|
|
||||||
| - Git: [Download here](https://git-scm.com/downloads) | ||||||
| - Mifos® X Backend (Apache Fineract®) - **Required before running the web app** | ||||||
|
|
||||||
| ## Prerequisites for All Methods | ||||||
|
|
||||||
| | Tool | Required Version | Download | | ||||||
| |------|-----------------|----------| | ||||||
| | Git | Latest | [Download here](https://git-scm.com/downloads) | | ||||||
| | Node.js | 16.x or 18.x ⚠️ | [Download here](https://nodejs.org/en/download) | | ||||||
| | Angular CLI | 16.0.2 | Installed via npm (see below) | | ||||||
| | Mifos® X Backend (Apache Fineract®) | Latest | Required before running the web app | | ||||||
|
|
||||||
| > ⚠️ **Important:** Angular CLI 16.0.2 requires **Node.js v16.x or v18.x**. | ||||||
| > Node.js v20+ is **not compatible** and will cause installation errors. | ||||||
| > To check your Node.js version, run: `node -v` | ||||||
| ``` | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove the empty code fence. Line 36 contains an empty fenced code block that serves no purpose. This appears to be an editing error and should be removed. 🧹 Proposed fix > To check your Node.js version, run: `node -v`
-```📝 Committable suggestion
Suggested change
🧰 Tools🪛 markdownlint-cli2 (0.21.0)[warning] 36-36: Fenced code blocks should have a language specified (MD040, fenced-code-language) 🤖 Prompt for AI Agents |
||||||
| ### Backend Setup (REQUIRED FIRST) | ||||||
|
|
||||||
| Before installing the web app, you need to set up the Apache Fineract® backend server: | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: openMF/web-app
Length of output: 486
🏁 Script executed:
Repository: openMF/web-app
Length of output: 418
Add the missing Troubleshooting section to README.md.
The PR objectives state: "Added a Troubleshooting section covering common setup issues," but this section does not exist in the README. The search found only these sections: Overview, Quick Links, Installation Guide, Prerequisites for All Methods, Default Login Credentials, Development Commands, Proxy Configuration, Configuration Options, Interbank Transfer Menu, Releases, Contributing, and Related Projects. Either implement the Troubleshooting section or update the PR description to reflect the actual changes made.
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)
[warning] 36-36: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
🤖 Prompt for AI Agents