shopify-monitor
shopify-monitor copied to clipboard
Seems to come up with this error not sure why
C:\Users\lukeg\Downloads\shopify-monitor-master\shopify-monitor-master>npm start
[email protected] start C:\Users\lukeg\Downloads\shopify-monitor-master\shopify-monitor-master node index.js
(node:9724) UnhandledPromiseRejectionWarning: MongooseServerSelectionError: connect ECONNREFUSED 127.0.0.1:27017
at NativeConnection.Connection.openUri (C:\Users\lukeg\Downloads\shopify-monitor-master\shopify-monitor-master\node_modules\mongoose\lib\connection.js:832:32)
at C:\Users\lukeg\Downloads\shopify-monitor-master\shopify-monitor-master\node_modules\mongoose\lib\index.js:345:10
at C:\Users\lukeg\Downloads\shopify-monitor-master\shopify-monitor-master\node_modules\mongoose\lib\helpers\promiseOrCallback.js:31:5
at new Promise (node --trace-warnings ...
to show where the warning was created)
(node:9724) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:9724) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
C:\Users\lukeg\Downloads\shopify-monitor-master\shopify-monitor-master>
you need mongodb running.
you need mongodb running.
hey, i have connected it to an atlas cluster but i still see this error after a while