简体   繁体   中英

angular cli “ng serve” stdout

When I do "ng serve" output usually looks like this:

Hi there,

When I do „ng serve“ I usually see this output on my terminal window:

i ï½¢wdmï½£: Compiling...

Date: 2019-03-18T08:34:08.482Z - Hash: 555e9035303b34b1a371 - Time: 141ms
5 unchanged chunks
i ï½¢wdmï½£: Compiled successfully.
i ï½¢wdmï½£: Compiling...
i ï½¢wdmï½£: wait until bundle finished: /

What puzzles me is the characters "i ï½¢wdmï½£". I am working on windows and use the cygwin shell and terminal.

Question is: "What is this?"

ï½¢ is the UTF-8 code for

ï½£ is the UTF-8 code for

It's usually displayed as:

i 「wdm」: Compiled successfully.

It might be the case that your cygwin installation does not use the UTF-8 charset.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM