Skip to content
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

Request to update the README Guide for Users who intend to run the Igbo API application locally on Windows #581

Open
temtechie opened this issue Apr 10, 2023 · 0 comments

Comments

@temtechie
Copy link
Contributor

Describe the bug
A clear and concise description of what the bug is.
"start:database": "mongod --port 27017 --dbpath ./db --quiet &>/dev/null",
This command does not run properly on windows until you remove the --quiet &>/dev/null part

To Reproduce
Steps to reproduce the behavior:
You have to use Windows Machine to reproduce this bug

  1. Clone the project, follow the necessary installation steps according to the README Guide
  2. Run yarn dev
  3. The above command "start:database": "mongod --port 27017 --dbpath ./db --quiet &>/dev/null", would not run properly on Windows

Expected behavior
This command will fail and throw error on the terminal
Mongodb error

Screenshots
N/A

Desktop (please complete the following information):

  • OS: Windows

Smartphone (please complete the following information):
N/A

Additional context
Git bash terminal was used

CC: @ijemmao

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

No branches or pull requests

1 participant