ionic3 - Uploading app to apps.ionic.io fails silently -


i have started develoing ionic following tutorial. everythings seems quite logical - trying upload simple hello world code without luck.

on command line able login on apps.ionic.io account , able link local code app have created in browser on apps.ionic.io. app_id written ionic.config.json.

i able build app , run in android simulator.

but when execute following command build doesn't seem upload generated code:

ps d:\ionictest\ionic-tabs-app> ionic upload --verbose [debug] loading global plugin @ionic/cli-plugin-proxy [debug] loading local plugin @ionic/cli-plugin-cordova [debug] loading local plugin @ionic/cli-plugin-ionic-angular running app-scripts build: --log-level debug  [14:37:02]  build dev started ... [14:37:02]  clean started ... [14:37:02]  clean finished in 3 ms [14:37:02]  copy started ... [14:37:02]  transpile started ... [14:37:04]  transpile finished in 2.02 s [14:37:04]  preprocess started ... [14:37:04]  deeplinks started ... [14:37:04]  deeplinks finished in 9 ms [14:37:04]  preprocess finished in 11 ms [14:37:04]  webpack started ... [14:37:04]  copy finished in 2.16 s [14:37:09]  webpack finished in 5.47 s [14:37:11]  sass started ... [14:37:12]  sass finished in 791 ms [14:37:12]  postprocess started ... [14:37:12]  postprocess finished in 5 ms [14:37:12]  lint started ... [14:37:12]  build dev finished in 9.98 s ps d:\ionictest\ionic-tabs-app> 

when go app on apps.ionic.io can't see hint @ has been uploaded. therefore guess upload command failed wasn't brave enough show me exception.

can please give me @ least idea can start investigating?

versions: ionic 3.5, cordova 7.0.1, npm 5.3.0

after updating ionic cli version 3.6 upload working expected. have have reinstalled node.js - therefore can not has fixed issue.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -