Advertisement
Guest User

Untitled

a guest
Mar 28th, 2023
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'test' ]
  3. 2 info using npm@6.14.15
  4. 3 info using node@v14.18.1
  5. 4 verbose run-script [ 'pretest', 'test', 'posttest' ]
  6. 5 info lifecycle eg@0.0.0~pretest: eg@0.0.0
  7. 6 info lifecycle eg@0.0.0~test: eg@0.0.0
  8. 7 verbose lifecycle eg@0.0.0~test: unsafe-perm in lifecycle true
  9. 8 verbose lifecycle eg@0.0.0~test: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/opensrf/Evergreen-ILS-3.9.2-biblio-test/Open-ILS/src/eg2/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/openils/binexi
  10. 9 verbose lifecycle eg@0.0.0~test: CWD: /home/opensrf/Evergreen-ILS-3.9.2-biblio-test/Open-ILS/src/eg2
  11. 10 silly lifecycle eg@0.0.0~test: Args: [ '-c', 'npm run create-mock-idl; ng test' ]
  12. 11 silly lifecycle eg@0.0.0~test: Returned: code: 1 signal: null
  13. 12 info lifecycle eg@0.0.0~test: Failed to exec test script
  14. 13 verbose stack Error: eg@0.0.0 test: `npm run create-mock-idl; ng test`
  15. 13 verbose stack Exit status 1
  16. 13 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
  17. 13 verbose stack at EventEmitter.emit (events.js:400:28)
  18. 13 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
  19. 13 verbose stack at ChildProcess.emit (events.js:400:28)
  20. 13 verbose stack at maybeClose (internal/child_process.js:1058:16)
  21. 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:293:5)
  22. 14 verbose pkgid eg@0.0.0
  23. 15 verbose cwd /home/opensrf/Evergreen-ILS-3.9.2-biblio-test/Open-ILS/src/eg2
  24. 16 verbose Linux 4.15.0-206-generic
  25. 17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test"
  26. 18 verbose node v14.18.1
  27. 19 verbose npm v6.14.15
  28. 20 error code ELIFECYCLE
  29. 21 error errno 1
  30. 22 error eg@0.0.0 test: `npm run create-mock-idl; ng test`
  31. 22 error Exit status 1
  32. 23 error Failed at the eg@0.0.0 test script.
  33. 23 error This is probably not a problem with npm. There is likely additional logging output above.
  34. 24 verbose exit [ 1, true ]
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement