You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run ionicwithout params likely has some fall-through to some loop over console logs. Those logs will be truncated. This is due to a libuv change in node core, that won't be fixed. There are a lot of similar tickets and I assume there will be fixes in yargs and similar.
Hello! Thanks for the awesome info! Would you mind posting this information over on ionic-team/ionic-cli#960 ? I am also going to close this issue as a dupe of ionic-team/ionic-cli#960 . Thanks again, this is really useful!
Run
ionic
without params likely has some fall-through to some loop over console logs. Those logs will be truncated. This is due to a libuv change in node core, that won't be fixed. There are a lot of similar tickets and I assume there will be fixes inyargs
and similar.Ref: yargs/yargs#497, nodejs/node#6456
Possible fix not using process.exit() and respective handlers. yargs/yargs#498
The text was updated successfully, but these errors were encountered: