Advertisement
stronk7

Untitled

May 28th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. $ bin/moodle-docker-compose logs moodleapp
  2. Attaching to moodle-docker_moodleapp_1
  3. moodleapp_1 |
  4. moodleapp_1 | > moodlemobile@3.8.3 ionic:serve /app
  5. moodleapp_1 | > npx gulp watch & npx ionic-app-scripts serve -b --devapp --address=0.0.0.0
  6. moodleapp_1 |
  7. moodleapp_1 | [15:21:42] Using gulpfile /app/gulpfile.js
  8. moodleapp_1 | [15:21:42] Starting 'watch'...
  9. moodleapp_1 | [15:21:43] ionic-app-scripts 3.2.3
  10. moodleapp_1 | [15:21:43] watch started ...
  11. moodleapp_1 | [15:21:43] build dev started ...
  12. moodleapp_1 | [15:21:43] clean started ...
  13. moodleapp_1 | [15:21:43] clean finished in 1 ms
  14. moodleapp_1 | [15:21:43] copy started ...
  15. moodleapp_1 | [15:21:44] deeplinks started ...
  16. moodleapp_1 | [15:21:46] deeplinks finished in 1.67 s
  17. moodleapp_1 | [15:21:46] transpile started ...
  18. moodleapp_1 | [15:22:03] transpile finished in 17.80 s
  19. moodleapp_1 | [15:22:03] preprocess started ...
  20. moodleapp_1 | [15:22:03] preprocess finished in less than 1 ms
  21. moodleapp_1 | [15:22:03] webpack started ...
  22. moodleapp_1 | [15:22:04] copy finished in 20.49 s
  23. moodleapp_1 | [15:22:29] webpack finished in 25.21 s
  24. moodleapp_1 | [15:22:29] sass started ...
  25. moodleapp_1 | Killed
  26. moodleapp_1 | npm ERR! code ELIFECYCLE
  27. moodleapp_1 | npm ERR! errno 137
  28. moodleapp_1 | npm ERR! moodlemobile@3.8.3 ionic:serve: `npx gulp watch & npx ionic-app-scripts serve -b --devapp --address=0.0.0.0`
  29. moodleapp_1 | npm ERR! Exit status 137
  30. moodleapp_1 | npm ERR!
  31. moodleapp_1 | npm ERR! Failed at the moodlemobile@3.8.3 ionic:serve script.
  32. moodleapp_1 | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  33. moodleapp_1 |
  34. moodleapp_1 | npm ERR! A complete log of this run can be found in:
  35. moodleapp_1 | npm ERR! /root/.npm/_logs/2020-05-28T15_22_35_699Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement