Ionic run command print numbers and equals sign on terminal

There seems to be some issue with ionic cli in latest node version…
After upgrading to latest version most of the ionic cli commands print numbers on terminal.

For Example -

$ionic run android
(node:94115) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.

Running 'run:before' gulp task before run
[17:24:08] Starting 'clean'...
[17:24:08] Finished 'clean' after 81 ms
[17:24:08] Starting 'build'...
[17:24:08] Starting 'sass'...
[17:24:08] Starting 'html'...
[17:24:08] Starting 'fonts'...
[17:24:08] Starting 'scripts'...
[17:24:08] Finished 'scripts' after 104 ms
[17:24:08] Finished 'fonts' after 132 ms
[17:24:08] Finished 'html' after 175 ms
[17:24:09] Finished 'sass' after 1.75 s
[17:24:24] Finished 'build' after 16 s
[17:24:24] Starting 'run:before'...
[17:24:24] Finished 'run:before' after 10 μs

 0=82, 1=117, 2=110, 3=110, 4=105, 5=110, 6=103, 7=32, 8=99, 9=111, 10=109, 11=109, 12=97, 13=110, 14=100, 15=58, 16=32, 17=47, 18=85, 19=115, 20=101, 21=114, 22=115, 23=47, 24=118, 25=105, 26=115, 27=104, 28=97, 29=108, 30=47, 31=83, 32=105, 33=116, 34=101, 35=115, 36=47, 37=53, 38=102, 39=108, 40=101, 41=120, 42=97, 43=112, 44=112, 45=47, 46=104, 47=111, 48=111, 49=107, 50=115, 51=47, 52=97, 53=102, 54=116, 55=101, 56=114, 57=95, 58=112, 59=114, 60=101, 61=112, 62=97, 63=114, 64=101, 65=47, 66=48, 67=49, 68=48, 69=95, 70=97, 71=100, 72=100, 73=95, 74=112, 75=108, 76=97, 77=116, 78=102, 79=111, 80=114, 81=109, 82=95, 83=99, 84=108, 85=97, 86=115, 87=115, 88=46, 89=106, 90=115, 91=32, 92=47, 93=85, 94=115, 95=101, 96=114, 97=115, 98=47, 99=118, 100=105, 101=115, 102=104, 103=97, 104=108, 105=47, 106=83, 107=105, 108=116, 109=101, 110=115, 111=47, 112=53, 113=102, 114=108, 115=101, 116=120, 117=97, 118=112, 119=112
 0=10...

Although application runs without any issue. The only problem is the output which used to be more friendly than this.

Below is the output of ionic info if it helps-

$ionic info
Your system information:

Cordova CLI: 6.2.0
Gulp version:  CLI version 3.9.0
Gulp local:   Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.8
Ionic CLI Version: 2.0.0-beta.32
Ionic App Lib Version: 2.0.0-beta.18
ios-deploy version: 1.8.5 
ios-sim version: 5.0.6 
OS: Mac OS X El Capitan
Node Version: v6.2.2
Xcode version: Xcode 7.3.1 Build version 7D1014 

Thanks!

Same here. Numbers look like ordinal position and ascii code of characters that used to appear before I updated.

Cordova CLI: 6.2.0
Gulp version: CLI version 3.8.11
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.9
Ionic CLI Version: 2.0.0-beta.32
Ionic App Lib Version: 2.0.0-beta.18
ios-deploy version: 1.8.6
ios-sim version: Not installed
OS: Mac OS X El Capitan
Node Version: v6.2.2
Xcode version: Xcode 7.3.1 Build version 7D1014

Seem this as well. Could yall open an issue on the ionic-cli repo?