Skip to content

Change the README.md file edit Node dependencies installation command#68

Closed
Ishu335 wants to merge 1 commit intoopenMF:mainfrom
Ishu335:community-chatbot-fix
Closed

Change the README.md file edit Node dependencies installation command#68
Ishu335 wants to merge 1 commit intoopenMF:mainfrom
Ishu335:community-chatbot-fix

Conversation

@Ishu335
Copy link
Copy Markdown

@Ishu335 Ishu335 commented Jan 5, 2026

Summary

This PR updates the README.md to clarify the correct Node.js dependency installation steps for the project.

It replaces npm install and npm run dev with pnpm-based commands, since npm does not support the link: protocol used in the repository and causes installation failures.

Fixed #67

Changes Made

Updated Node dependency installation instructions

  1. Install pnpm globally (required for this project):
npm install -g pnpm
  1. Install project dependencies from the root directory:
pnpm install
  1. Run the Next.js development server:
pnpm dev

Testing

  • Tested locally in development mode
  • Verified that dependency installation and the development server start successfully using pnpm

@DavidH-1
Copy link
Copy Markdown
Collaborator

needs to be against Dev not Main

@DavidH-1
Copy link
Copy Markdown
Collaborator

Needs jira ticket ref in this board https://mifosforge.jira.com/jira/software/c/projects/AI/boards/100

@DavidH-1
Copy link
Copy Markdown
Collaborator

CLA Check - FAILED please sign Contributor License Agreement

@DavidH-1
Copy link
Copy Markdown
Collaborator

closed as no CLA after 2 weeks

@DavidH-1 DavidH-1 closed this Mar 27, 2026
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.

npm install fails due to unsupported "link:" protocol – pnpm required

2 participants