Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.26 KB | None | 0 0
  1. Last login: Tue Jan 23 14:37:05 on ttys000
  2. kims-mbp:~ kimtran$ cd desktop
  3. kims-mbp:desktop kimtran$ cd khy
  4. kims-mbp:khy kimtran$ cd driverapp-metro/
  5. kims-mbp:driverapp-metro kimtran$ git pull
  6. Already up-to-date.
  7. kims-mbp:driverapp-metro kimtran$ cordova plugin add com-darryncampbell-cordova-plugin-intent
  8. Installing "com-darryncampbell-cordova-plugin-intent" for android
  9. ANDROID_HOME=/Users/kimtran/Library/Android/sdk
  10. JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home
  11. Subproject Path: CordovaLib
  12. Starting a Gradle Daemon (subsequent builds will be faster)
  13.  
  14. > Configure project :
  15. Configuration 'compile' in project ':' is deprecated. Use 'implementation' instead.
  16. The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
  17. at build_21wande795h88ld1p0157n4gp.run(/Users/kimtran/Desktop/Khy/driverapp-metro/platforms/android/build.gradle:144)
  18.  
  19. > Configure project :CordovaLib
  20. publishNonDefault is deprecated and has no effect anymore. All variants are now published.
  21.  
  22.  
  23. BUILD SUCCESSFUL in 10s
  24. 2 actionable tasks: 2 executed
  25. Subproject Path: CordovaLib
  26. Adding com-darryncampbell-cordova-plugin-intent to package.json
  27. Saved plugin info for "com-darryncampbell-cordova-plugin-intent" to config.xml
  28. kims-mbp:driverapp-metro kimtran$ npm install --save @ionic-native/web-intent
  29. npm WARN @ionic-native/android-permissions@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  30. npm WARN @ionic-native/background-geolocation@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  31. npm WARN @ionic-native/camera@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  32. npm WARN @ionic-native/device@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  33. npm WARN @ionic-native/geolocation@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  34. npm WARN @ionic-native/google-maps@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  35. npm WARN @ionic-native/image-picker@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  36. npm WARN @ionic-native/keyboard@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  37. npm WARN @ionic-native/native-geocoder@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  38. npm WARN @ionic-native/network@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  39. npm WARN @ionic-native/sim@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  40. npm WARN @ionic-native/sqlite@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  41. npm WARN @ionic-native/uid@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  42. npm WARN @ionic-native/unique-device-id@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  43. npm WARN @ionic-native/web-intent@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  44.  
  45. + @ionic-native/web-intent@4.5.2
  46. added 1 package in 10.022s
  47. kims-mbp:driverapp-metro kimtran$ cordova plugin add cordova-plugin-file-transfer
  48. Installing "cordova-plugin-file-transfer" for android
  49. Installing "cordova-plugin-file" for android
  50. ANDROID_HOME=/Users/kimtran/Library/Android/sdk
  51. JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home
  52. Subproject Path: CordovaLib
  53.  
  54. > Configure project :
  55. Configuration 'compile' in project ':' is deprecated. Use 'implementation' instead.
  56. The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
  57. at build_21wande795h88ld1p0157n4gp.run(/Users/kimtran/Desktop/Khy/driverapp-metro/platforms/android/build.gradle:144)
  58.  
  59. > Configure project :CordovaLib
  60. publishNonDefault is deprecated and has no effect anymore. All variants are now published.
  61.  
  62.  
  63. BUILD SUCCESSFUL in 1s
  64. 2 actionable tasks: 1 executed, 1 up-to-date
  65.  
  66. The Android Persistent storage location now defaults to "Internal". Please check this plugin's README to see if your application needs any changes in its config.xml.
  67.  
  68. If this is a new application no changes are required.
  69.  
  70. If this is an update to an existing application that did not specify an "AndroidPersistentFileLocation" you may need to add:
  71.  
  72. "<preference name="AndroidPersistentFileLocation" value="Compatibility" />"
  73.  
  74. to config.xml in order for the application to find previously stored files.
  75.  
  76. ANDROID_HOME=/Users/kimtran/Library/Android/sdk
  77. JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home
  78. Subproject Path: CordovaLib
  79.  
  80. > Configure project :
  81. Configuration 'compile' in project ':' is deprecated. Use 'implementation' instead.
  82. The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
  83. at build_21wande795h88ld1p0157n4gp.run(/Users/kimtran/Desktop/Khy/driverapp-metro/platforms/android/build.gradle:144)
  84.  
  85. > Configure project :CordovaLib
  86. publishNonDefault is deprecated and has no effect anymore. All variants are now published.
  87.  
  88.  
  89. BUILD SUCCESSFUL in 0s
  90. 2 actionable tasks: 1 executed, 1 up-to-date
  91. Adding cordova-plugin-file-transfer to package.json
  92. Saved plugin info for "cordova-plugin-file-transfer" to config.xml
  93. kims-mbp:driverapp-metro kimtran$ npm install --save @ionic-native/file-transfer
  94. npm WARN @ionic-native/android-permissions@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  95. npm WARN @ionic-native/background-geolocation@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  96. npm WARN @ionic-native/camera@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  97. npm WARN @ionic-native/device@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  98. npm WARN @ionic-native/geolocation@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  99. npm WARN @ionic-native/google-maps@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  100. npm WARN @ionic-native/image-picker@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  101. npm WARN @ionic-native/keyboard@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  102. npm WARN @ionic-native/native-geocoder@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  103. npm WARN @ionic-native/network@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  104. npm WARN @ionic-native/sim@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  105. npm WARN @ionic-native/sqlite@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  106. npm WARN @ionic-native/uid@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  107. npm WARN @ionic-native/unique-device-id@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  108. npm WARN @ionic-native/web-intent@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  109. npm WARN @ionic-native/file-transfer@4.5.2 requires a peer of @ionic-native/core@^4.2.0 but none is installed. You must install peer dependencies yourself.
  110.  
  111. + @ionic-native/file-transfer@4.5.2
  112. added 1 package in 9.588s
  113. kims-mbp:driverapp-metro kimtran$ ionic cordova build android
  114. Running app-scripts build: --platform android --target cordova
  115. [15:01:10] build dev started ...
  116. [15:01:10] clean started ...
  117. [15:01:10] clean finished in 2 ms
  118. [15:01:10] copy started ...
  119. [15:01:10] deeplinks started ...
  120. [15:01:11] deeplinks finished in 190 ms
  121. [15:01:11] transpile started ...
  122. [15:01:15] typescript: src/app/app.module.ts, line: 45
  123. Cannot find module '@ionic-native/file'.
  124.  
  125. L44: import {FileTransfer, FileTransferObject} from '@ionic-native/file-transfer';
  126. L45: import {File} from '@ionic-native/file';
  127. L46: import {Device} from '@ionic-native/device';
  128.  
  129. [15:01:15] typescript: src/pages/google-navigation/google-navigation.ts, line: 10
  130. Cannot find module '@ionic-native/file'.
  131.  
  132. L9: import {FileTransfer, FileTransferObject} from '@ionic-native/file-transfer';
  133. L10: import {File} from '@ionic-native/file';
  134. L11: import 'rxjs/add/operator/filter';
  135.  
  136. Error: Failed to transpile program
  137. at new BuildError (/Users/kimtran/Desktop/Khy/driverapp-metro/node_modules/@ionic/app-scripts/dist/util/errors.js:16:28)
  138. at /Users/kimtran/Desktop/Khy/driverapp-metro/node_modules/@ionic/app-scripts/dist/transpile.js:159:20
  139. at new Promise (<anonymous>)
  140. at transpileWorker (/Users/kimtran/Desktop/Khy/driverapp-metro/node_modules/@ionic/app-scripts/dist/transpile.js:107:12)
  141. at Object.transpile (/Users/kimtran/Desktop/Khy/driverapp-metro/node_modules/@ionic/app-scripts/dist/transpile.js:64:12)
  142. at /Users/kimtran/Desktop/Khy/driverapp-metro/node_modules/@ionic/app-scripts/dist/build.js:109:82
  143. at <anonymous>
  144. [15:01:15] copy finished in 4.76 s
  145. kims-mbp:driverapp-metro kimtran$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement