Advertisement
Guest User

Untitled

a guest
Nov 20th, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. rest980 |
  2. rest980 | > rest980@2.1.0 start /usr/src/app
  3. rest980 | > node ./bin/www
  4. rest980 |
  5. rest980 | WARNING: NODE_ENV value of 'production' did not match any deployment config file names.
  6. rest980 | WARNING: See https://github.com/lorenwest/node-config/wiki/Strict-Mode
  7. rest980 | /usr/src/app/node_modules/dorita980/lib/v2/local.js:33
  8. rest980 | throw e;
  9. rest980 | ^
  10. rest980 |
  11. rest980 | Error: Connection refused: Bad username or password
  12. rest980 | at MqttClient._handleConnack (/usr/src/app/node_modules/mqtt/lib/client.js:920:15)
  13. rest980 | at MqttClient._handlePacket (/usr/src/app/node_modules/mqtt/lib/client.js:350:12)
  14. rest980 | at work (/usr/src/app/node_modules/mqtt/lib/client.js:292:12)
  15. rest980 | at Writable.writable._write (/usr/src/app/node_modules/mqtt/lib/client.js:302:5)
  16. rest980 | at doWrite (/usr/src/app/node_modules/readable-stream/lib/_stream_writable.js:428:64)
  17. rest980 | at writeOrBuffer (/usr/src/app/node_modules/readable-stream/lib/_stream_writable.js:417:5)
  18. rest980 | at Writable.write (/usr/src/app/node_modules/readable-stream/lib/_stream_writable.js:334:11)
  19. rest980 | at TLSSocket.ondata (_stream_readable.js:558:20)
  20. rest980 | at emitOne (events.js:96:13)
  21. rest980 | at TLSSocket.emit (events.js:188:7)
  22. rest980 | at readableAddChunk (_stream_readable.js:176:18)
  23. rest980 | at TLSSocket.Readable.push (_stream_readable.js:134:10)
  24. rest980 | at TLSWrap.onread (net.js:559:20)
  25. rest980 |
  26. rest980 | npm ERR! Linux 5.4.0-53-generic
  27. rest980 | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
  28. rest980 | npm ERR! node v6.17.1
  29. rest980 | npm ERR! npm v3.10.10
  30. rest980 | npm ERR! code ELIFECYCLE
  31. rest980 | npm ERR! rest980@2.1.0 start: `node ./bin/www`
  32. rest980 | npm ERR! Exit status 1
  33. rest980 | npm ERR!
  34. rest980 | npm ERR! Failed at the rest980@2.1.0 start script 'node ./bin/www'.
  35. rest980 | npm ERR! Make sure you have the latest version of node.js and npm installed.
  36. rest980 | npm ERR! If you do, this is most likely a problem with the rest980 package,
  37. rest980 | npm ERR! not with npm itself.
  38. rest980 | npm ERR! Tell the author that this fails on your system:
  39. rest980 | npm ERR! node ./bin/www
  40. rest980 | npm ERR! You can get information on how to open an issue for this project with:
  41. rest980 | npm ERR! npm bugs rest980
  42. rest980 | npm ERR! Or if that isn't available, you can get their info via:
  43. rest980 | npm ERR! npm owner ls rest980
  44. rest980 | npm ERR! There is likely additional logging output above.
  45. rest980 |
  46. rest980 | npm ERR! Please include the following file with any support request:
  47. rest980 | npm ERR! /usr/src/app/npm-debug.log
  48. rest980 exited with code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement