Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. ugtgalicia@piesrv:~/pie-webapp/src$ ./compile.sh --enviroment=pre
  2. Executing pie-webapp compile tool...
  3. Profile empty. Use default (development) instead
  4. ng-build execution...
  5. Local workspace file ('angular.json') could not be found.
  6. Error: Local workspace file ('angular.json') could not be found.
  7. at WorkspaceLoader._getProjectWorkspaceFilePath (/usr/local/lib/node_modules/@angular/cli/models/workspace-loader.js:44:19)
  8. at WorkspaceLoader.loadWorkspace (/usr/local/lib/node_modules/@angular/cli/models/workspace-loader.js:31:21)
  9. at BuildCommand._loadWorkspaceAndArchitect (/usr/local/lib/node_modules/@angular/cli/models/architect-command.js:189:32)
  10. at BuildCommand.<anonymous> (/usr/local/lib/node_modules/@angular/cli/models/architect-command.js:55:25)
  11. at Generator.next (<anonymous>)
  12. at /usr/local/lib/node_modules/@angular/cli/models/architect-command.js:14:71
  13. at new Promise (<anonymous>)
  14. at __awaiter (/usr/local/lib/node_modules/@angular/cli/models/architect-command.js:10:12)
  15. at BuildCommand.initialize (/usr/local/lib/node_modules/@angular/cli/models/architect-command.js:54:16)
  16. at Object.<anonymous> (/usr/local/lib/node_modules/@angular/cli/models/command-runner.js:101:23)
  17. ... ng-build execution finished
  18. cp: cannot stat 'pie-frontend/dist/.': No such file or directory
  19. Compiing backend...
  20.  
  21. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  22. See https://docs.gradle.org/4.8/userguide/command_line_interface.html#sec:command_line_warnings
  23.  
  24. BUILD SUCCESSFUL in 4s
  25. 3 actionable tasks: 3 up-to-date
  26. ... backend compiled
  27. ... compilation finished
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement