Advertisement
hil_beer_t

erro.bash

Apr 10th, 2020
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.26 KB | None | 0 0
  1. [ wait ]  starting the development server ...
  2. [ info ]  waiting on http://localhost:3000 ...
  3. [ ready ] compiled successfully - ready on http://localhost:3000
  4. [ event ] build page: /api/login
  5. [ wait ]  compiling ...
  6. [ ready ] compiled successfully - ready on http://localhost:3000
  7. AggregateError:
  8.     RequestError: getaddrinfo ENOTFOUND https
  9.         at ClientRequest.<anonymous> (/Users/hilbertdigenio/Code/DevPleno/myDailyStatus/node_modules/got/source/request-as-event-emitter.js:178:14)
  10.         at ClientRequest.origin.emit (/Users/hilbertdigenio/Code/DevPleno/myDailyStatus/node_modules/@szmarczak/http-timer/source/index.js:37:11)
  11.     RequestError: getaddrinfo ENOTFOUND https
  12.         at ClientRequest.<anonymous> (/Users/hilbertdigenio/Code/DevPleno/myDailyStatus/node_modules/got/source/request-as-event-emitter.js:178:14)
  13.         at ClientRequest.origin.emit (/Users/hilbertdigenio/Code/DevPleno/myDailyStatus/node_modules/@szmarczak/http-timer/source/index.js:37:11)
  14.     at maybeSettle (/Users/hilbertdigenio/Code/DevPleno/myDailyStatus/node_modules/p-some/index.js:31:11)
  15.     at /Users/hilbertdigenio/Code/DevPleno/myDailyStatus/node_modules/p-some/index.js:69:23
  16.     at processTicksAndRejections (internal/process/task_queues.js:97:5) {
  17.   name: 'AggregateError'
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement