Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. > ionic-app-scripts build --target cordova --platform android
  2. [18:52:01] ionic-app-scripts 3.1.8
  3. [18:52:01] build dev started ...
  4. [18:52:01] clean started ...
  5. [18:52:01] clean finished in 2 ms
  6. [18:52:01] copy started ...
  7. [18:52:01] deeplinks started ...
  8. [18:52:01] deeplinks finished in 77 ms
  9. [18:52:01] transpile started ...
  10. [18:52:06] typescript: src/pages/credit-card/credit-card.ts, line: 69
  11. Cannot find name 'DirectCheckout'.
  12.  
  13. L69: let checkout = new DirectCheckout(API_BOLETOFACIL_KEY_PUBLIC, false);
  14. L70: let creditCardHash = null;
  15.  
  16. [18:52:06] typescript: src/pages/credit-card/credit-card.ts, line: 73
  17. Property 'value' does not exist on type 'HTMLElement'.
  18.  
  19. L72: creditCardHash = cardHash;
  20. L73: document.getElementById("cardHash").value = cardHash;
  21. L74: }, function(error) {
  22.  
  23. Property 'value' does not exist on type 'HTMLElement'.
  24.  
  25. L91: let hashCard = document.getElementById("cardHash").value;
  26. [18:52:06] typescript: src/pages/credit-card/credit-card.ts, line: 91
  27.  
  28. [18:52:06] ionic-app-script task: "build"
  29. [18:52:06] Error: Failed to transpile program
  30. Error: Failed to transpile program
  31. at new BuildError (/Users/furlan/Developer/Ionic/app.gorjetinha/node_modules/@ionic/app-scripts/dist/util/errors.js:16:28)
  32. at /Users/furlan/Developer/Ionic/app.gorjetinha/node_modules/@ionic/app-scripts/dist/transpile.js:159:20
  33. at new Promise (<anonymous>)
  34. at transpileWorker (/Users/furlan/Developer/Ionic/app.gorjetinha/node_modules/@ionic/app-scripts/dist/transpile.js:107:12)
  35. at Object.transpile (/Users/furlan/Developer/Ionic/app.gorjetinha/node_modules/@ionic/app-scripts/dist/transpile.js:64:12)
  36. at /Users/furlan/Developer/Ionic/app.gorjetinha/node_modules/@ionic/app-scripts/dist/build.js:109:82
  37. at <anonymous>
  38. [ERROR] An error occurred while running subprocess ionic-app-scripts.
  39.  
  40. ionic-app-scripts build --target cordova --platform android exited with
  41. exit code 1.
  42.  
  43. Re-running this command with the --verbose flag may provide more
  44. information.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement