When I run ionic build <platform>
or ionic run <platform>
, the CLI will print copious extraneous info. This is an abridged example:
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=106, 25=101, 26=102, 27=102, 28=114, 29=101, 30=121
Any idea why? I’m running Ionic 2.0.0-beta.32, with Node 6.2.1. The commands
Thanks.