Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1.  
  2. @pc /cygdrive/c/Program Files/nodejs/clienty
  3. $ gulp build-main --force
  4. [20:30:50] Using gulpfile C:\Program Files\nodejs\clienty\gulpfile.js
  5. [20:30:50] Starting 'concat-develop-sources'...
  6. [20:30:50] Starting 'concat-develop-vendors'...
  7. [20:30:50] Starting 'templates'...
  8. [20:30:50] Starting 'less'...
  9. √ Finished tmp\style.css (123 ms)
  10. [20:31:07] Finished 'less' after 17 s
  11. [20:31:07] Starting 'concat-style'...
  12. [20:31:07] Finished 'concat-style' after 156 ms
  13. [20:31:07] Starting 'copy-build-testnet-normal'...
  14. [20:31:07] Starting 'copy-build-testnet-min'...
  15. [20:31:07] Starting 'copy-build-mainnet-normal'...
  16. [20:31:07] Starting 'copy-build-mainnet-min'...
  17. Source and destination must not be the same.
  18. Source and destination must not be the same.
  19. Source and destination must not be the same.
  20. Source and destination must not be the same.
  21. [20:31:08] Finished 'concat-develop-vendors' after 18 s
  22. [20:31:08] Finished 'templates' after 18 s
  23. [20:31:08] Finished 'concat-develop-sources' after 18 s
  24. [20:31:08] Starting 'concat-develop'...
  25. [20:31:08] Finished 'concat-develop' after 35 μs
  26. [20:31:08] Starting 'babel'...
  27. [20:31:10] Finished 'babel' after 2.41 s
  28. [20:31:10] Starting 'concat-build-testnet-normal'...
  29. [20:31:10] Starting 'uglify'...
  30. [20:31:10] Starting 'concat-build-mainnet-normal'...
  31. (node:14708) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 89): Error: Command failed: ./node_modules/.bin/uglifyjs dist\tmp\js\bundle.js -o ./dist/tmp/js/bundle.min. js
  32. '.' is not recognized as an internal or external command,
  33. operable program or batch file.
  34.  
  35. (node:14708) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exi t code.
  36. [20:31:10] Finished 'concat-build-testnet-normal' after 75 ms
  37. [20:31:10] Finished 'concat-build-mainnet-normal' after 66 ms
  38.  
  39. @pc /cygdrive/c/Program Files/nodejs/clienty
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement