We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After resolving the bson issue and adding a .env file the npm start command seems to work: $ npm start
[email protected] start /Users/hwbrill/node-articles-nlp nf start
[OKAY] Loaded ENV .env File as KEY=VALUE Format [OKAY] Trimming display Output to 103 Columns 7:53:03 PM worker.1 | type=info msg="starting worker" concurrency=1 7:53:03 PM worker.1 | type=info msg=connected service=rabbitmq 7:53:03 PM web.1 | type=info msg="starting server" concurrency=1 thrifty=false timeout= busy_ms= 7:53:03 PM web.1 | type=info msg=connected service=rabbitmq
but no server running on localhost:5000
The text was updated successfully, but these errors were encountered:
resolved: Followed #24
Sorry, something went wrong.
No branches or pull requests
After resolving the bson issue and adding a .env file the npm start command seems to work:
$ npm start
[OKAY] Loaded ENV .env File as KEY=VALUE Format
[OKAY] Trimming display Output to 103 Columns
7:53:03 PM worker.1 | type=info msg="starting worker" concurrency=1
7:53:03 PM worker.1 | type=info msg=connected service=rabbitmq
7:53:03 PM web.1 | type=info msg="starting server" concurrency=1 thrifty=false timeout= busy_ms=
7:53:03 PM web.1 | type=info msg=connected service=rabbitmq
but no server running on localhost:5000
The text was updated successfully, but these errors were encountered: