App not running
devvspaces opened this issue · 0 comments
Describe the bug
App not running both on docker and normal execution. It gives the error [nodemon] clean exit - waiting for changes before restart
without starting the server to listen at port 3000
.
To Reproduce
Steps to reproduce the behavior:
- fork the repository
- git clone
- cd into repo directory
- run
npm install
- run
npm run config
- run
npm run serve
Expected behavior
You will not see this Mock API is running on port 3000.
You will see this [nodemon] clean exit - waiting for changes before restart
.
And the problem is not the YAMLSyntax error, that's a separate problem that one is caused by the addresses module openapi specification format. I know that because I already resolved it.
Desktop (please complete the following information):
- OS: Windows 11
- Browser: Chrome
- Version: 105.0.5195.127 (Official Build) (64-bit)
Smartphone (please complete the following information):
I used a laptop
Additional context
I have fixed this already, I will create a pull request for the solution