Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.50 KB | None | 0 0
  1. [INFO] Running 'npm install' in /home/batboy4e/workspace/ontotext_curation/curation-ui/target/angular-app
  2. [ERROR] npm notice created a lockfile as package-lock.json. You should commit this file.
  3. [WARNING] npm WARN ngx-popover@0.0.16 requires a peer of @angular/core@^2.0.0 but none was installed.
  4. [WARNING] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules/fsevents):
  5. [WARNING] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  6. [ERROR]
  7. [INFO] added 115 packages in 8.697s
  8. [INFO]
  9. [INFO] --- frontend-maven-plugin:1.5:npm (build) @ curation-ui ---
  10. [INFO] Running 'npm run-script build' in /home/batboy4e/workspace/ontotext_curation/curation-ui/target/angular-app
  11. [INFO]
  12. [INFO] > angular-app@0.0.0 build /home/batboy4e/workspace/ontotext_curation/curation-ui/target/angular-app
  13. [INFO] > ng build --env=prod
  14. [INFO]
  15. [ERROR] sh: 1: ng: Permission denied
  16. [ERROR] npm ERR! code ELIFECYCLE
  17. [ERROR] npm ERR! errno 126
  18. [ERROR] npm ERR! angular-app@0.0.0 build: `ng build --env=prod`
  19. [ERROR] npm ERR! Exit status 126
  20. [ERROR] npm ERR!
  21. [ERROR] npm ERR! Failed at the angular-app@0.0.0 build script.
  22. [ERROR] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  23. [ERROR]
  24. [ERROR] npm ERR! A complete log of this run can be found in:
  25. [ERROR] npm ERR!     /home/batboy4e/.npm/_logs/2017-11-21T07_46_10_566Z-debug.log
  26. [INFO] ------------------------------------------------------------------------
  27. [INFO] Reactor Summary:
  28. [INFO]
  29. [INFO] Ontotext Publishing Curation Related Tools ......... SUCCESS [  2.966 s]
  30. [INFO] Ontotext Curation API Utils ........................ SUCCESS [  2.451 s]
  31. [INFO] Ontotext Curation Persistence Relation Database .... SUCCESS [  2.683 s]
  32. [INFO] Ontotext Curation API Model ........................ SUCCESS [ 13.087 s]
  33. [INFO] Ontotext Curation Persistence Document Store ....... SUCCESS [  0.400 s]
  34. [INFO] Ontotext Curation RabbitMQ ......................... SUCCESS [ 12.094 s]
  35. [INFO] Ontotext Curation API .............................. SUCCESS [07:42 min]
  36. [INFO] Curation Acceptance Tests .......................... SUCCESS [  9.645 s]
  37. [INFO] Generic Document to JSON-LD converter .............. SUCCESS [ 15.215 s]
  38. [INFO] Ontotext Curation UI ............................... FAILURE [01:58 min]
  39. [INFO] ------------------------------------------------------------------------
  40. [INFO] BUILD FAILURE
  41. [INFO] ------------------------------------------------------------------------
  42. [INFO] Total time: 10:39 min
  43. [INFO] Finished at: 2017-11-21T09:46:10+02:00
  44. [INFO] Final Memory: 76M/986M
  45. [INFO] ------------------------------------------------------------------------
  46. [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.5:npm (build) on project curation-ui: Failed to run task: 'npm run-script build' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 126 (Exit value: 126) -> [Help 1]
  47. [ERROR]
  48. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  49. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  50. [ERROR]
  51. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  52. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  53. [ERROR]
  54. [ERROR] After correcting the problems, you can resume the build with the command
  55. [ERROR]   mvn <goals> -rf :curation-ui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement