You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Clone the project, follow the necessary installation steps according to the README Guide
Run yarn dev
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
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
"start:database": "mongod --port 27017 --dbpath ./db --quiet &>/dev/null",
would not run properly on WindowsExpected behavior
This command will fail and throw error on the terminal
Mongodb error
Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
Git bash terminal was used
CC: @ijemmao
The text was updated successfully, but these errors were encountered: