Skip to content

Add missing npm install step in Contributing section of README #6

Description

@SinghaAnirban005

Description

The Contributing section of the README is missing a critical step to install dependencies using npm install. Without this step, contributors might encounter errors while trying to deploy the app on their development server.

Suggested Fix:

Add the following step after cd AgileBot in the Contributing section:

Install the required dependencies
npm install

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions